net.minecraft.server.v1_14_R1

public abstract class PathfinderAbstract

cnl
net.minecraft.class_8
net.minecraft.entity.ai.pathing.PathNodeMaker
net.minecraft.pathfinding.NodeProcessor
net.minecraft.server.v1_14_R1.PathfinderAbstract

Field summary

Modifier and TypeField
protected IWorldReader
a
field_26
blockView
field_176169_a
protected EntityInsentient
b
field_33
entity
field_186326_b
protected final it.unimi.dsi.fastutil.ints.Int2ObjectMap<PathPoint>
c
field_32
pathNodeCache
field_176167_b
protected int
d
field_31
field_31
field_176168_c
protected int
e
field_30
field_30
field_176165_d
protected int
f
field_28
field_28
field_176166_e
protected boolean
g
field_29
entersOpenDoors
field_176180_f
protected boolean
h
field_27
pathsThroughDoors
field_176181_g
protected boolean
i
field_25
swims
field_176184_i

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
a(bhp arg0, aiv arg1)
method_12(class_1941 arg0, class_1308 arg1)
init(ViewableWorld arg0, MobEntity arg1)
func_186315_a(IWorldReader arg0, MobEntity arg1)
public void
a()
method_19()
clear()
func_176163_a()
protected PathPoint
a(int arg0, int arg1, int arg2)
method_13(int arg0, int arg1, int arg2)
getPathNode(int arg0, int arg1, int arg2)
func_176159_a(int arg0, int arg1, int arg2)
public abstract PathPoint
b()
method_21()
getStart()
func_186318_b()
public abstract PathPoint
a(double arg0, double arg1, double arg2)
method_16(double arg0, double arg1, double arg2)
getPathNode(double arg0, double arg1, double arg2)
func_186325_a(double arg0, double arg1, double arg2)
public abstract int
a(cnk[] arg0, cnk arg1)
method_18(class_9[] arg0, class_9 arg1)
getPathNodes(PathNode[] arg0, PathNode arg1)
func_222859_a(PathPoint[] arg0, PathPoint arg1)
public abstract PathType
a(bgw arg0, int arg1, int arg2, int arg3, aiv arg4, int arg5, int arg6, int arg7, boolean arg8, boolean arg9)
method_17(class_1922 arg0, int arg1, int arg2, int arg3, class_1308 arg4, int arg5, int arg6, int arg7, boolean arg8, boolean arg9)
getPathNodeType(BlockView arg0, int arg1, int arg2, int arg3, MobEntity arg4, int arg5, int arg6, int arg7, boolean arg8, boolean arg9)
func_186319_a(IBlockReader arg0, int arg1, int arg2, int arg3, MobEntity arg4, int arg5, int arg6, int arg7, boolean arg8, boolean arg9)
public abstract PathType
a(bgw arg0, int arg1, int arg2, int arg3)
method_25(class_1922 arg0, int arg1, int arg2, int arg3)
getPathNodeType(BlockView arg0, int arg1, int arg2, int arg3)
func_186330_a(IBlockReader arg0, int arg1, int arg2, int arg3)
public void
a(boolean arg0)
method_15(boolean arg0)
setCanEnterOpenDoors(boolean arg0)
func_186317_a(boolean arg0)
public void
b(boolean arg0)
method_20(boolean arg0)
setCanPathThroughDoors(boolean arg0)
func_186321_b(boolean arg0)
public void
c(boolean arg0)
method_14(boolean arg0)
setCanSwim(boolean arg0)
func_186316_c(boolean arg0)
public boolean
c()
method_23()
canEnterOpenDoors()
func_186323_c()
public boolean
d()
method_24()
canPathThroughDoors()
func_186324_d()
public boolean
e()
method_22()
canSwim()
func_186322_e()