net.minecraft.entity.ai.pathing

public abstract class PathNodeMaker

cnl
net.minecraft.class_8
net.minecraft.entity.ai.pathing.PathNodeMaker
net.minecraft.entity.ai.pathing.NodeEvaluator
net.minecraft.pathfinding.NodeProcessor
net.minecraft.pathfinding.NodeProcessor

Field summary

Modifier and TypeField
protected ViewableWorld
a
field_26
blockView
world
field_176169_a
blockaccess
protected MobEntity
b
field_33
entity
mob
field_186326_b
entity
protected final it.unimi.dsi.fastutil.ints.Int2ObjectMap<PathNode>
c
field_32
pathNodeCache
nodes
field_176167_b
pointMap
protected int
d
field_31
field_31
entityWidth
field_176168_c
entitySizeX
protected int
e
field_30
field_30
entityHeight
field_176165_d
entitySizeY
protected int
f
field_28
field_28
entityDepth
field_176166_e
entitySizeZ
protected boolean
g
field_29
entersOpenDoors
canPassThroughDoors
field_176180_f
canEnterDoors
protected boolean
h
field_27
pathsThroughDoors
canOpenDoors
field_176181_g
canOpenDoors
protected boolean
i
field_25
swims
canFloat
field_176184_i
canSwim

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)
prepare(WorldView arg0, MobEntity arg1)
func_186315_a(IWorldReader arg0, MobEntity arg1)
init(IWorldReader sourceIn, MobEntity mob)
public void
a()
method_19()
clear()
done()
func_176163_a()
postProcess()
protected PathNode
a(int arg0, int arg1, int arg2)
method_13(int arg0, int arg1, int arg2)
getPathNode(int arg0, int arg1, int arg2)
getNode(int x, int y, int z)
func_176159_a(int arg0, int arg1, int arg2)
openPoint(int x, int y, int z)
public abstract PathNode
b()
method_21()
getStart()
getStart()
func_186318_b()
getStart()
public abstract PathNode
a(double arg0, double arg1, double arg2)
method_16(double arg0, double arg1, double arg2)
getPathNode(double arg0, double arg1, double arg2)
getTarget(double x, double y, double z)
func_186325_a(double arg0, double arg1, double arg2)
getPathPointToCoords(double x, double y, double z)
public abstract int
a(cnk[] arg0, cnk arg1)
method_18(class_9[] arg0, class_9 arg1)
getPathNodes(PathNode[] arg0, PathNode arg1)
getNeighbors(PathNode[] arg0, PathNode arg1)
func_222859_a(PathPoint[] arg0, PathPoint arg1)
func_222859_a(PathPoint[] arg0, PathPoint arg1)
public abstract PathNodeType
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)
getBlockingType(BlockView world, int x, int y, int z, MobEntity mob, int width, int height, int depth, boolean canOpenDoors, boolean canPassThroughDoors)
func_186319_a(IBlockReader arg0, int arg1, int arg2, int arg3, MobEntity arg4, int arg5, int arg6, int arg7, boolean arg8, boolean arg9)
getPathNodeType(IBlockReader blockaccessIn, int x, int y, int z, MobEntity entitylivingIn, int xSize, int ySize, int zSize, boolean canBreakDoorsIn, boolean arg9)
public abstract PathNodeType
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)
getBlockingType(BlockView world, int x, int y, int z)
func_186330_a(IBlockReader arg0, int arg1, int arg2, int arg3)
getPathNodeType(IBlockReader blockaccessIn, int x, int y, int z)
public void
a(boolean arg0)
method_15(boolean arg0)
setCanEnterOpenDoors(boolean arg0)
setCanPassThroughDoors(boolean canPassThroughDoors)
func_186317_a(boolean arg0)
setCanEnterDoors(boolean canEnterDoorsIn)
public void
b(boolean arg0)
method_20(boolean arg0)
setCanPathThroughDoors(boolean arg0)
setCanOpenDoors(boolean canOpenDoors)
func_186321_b(boolean arg0)
setCanOpenDoors(boolean canOpenDoorsIn)
public void
c(boolean arg0)
method_14(boolean arg0)
setCanSwim(boolean arg0)
setCanFloat(boolean canFloat)
func_186316_c(boolean arg0)
setCanSwim(boolean canSwimIn)
public boolean
c()
method_23()
canEnterOpenDoors()
canPassThroughDoors()
func_186323_c()
getCanEnterDoors()
public boolean
d()
method_24()
canPathThroughDoors()
canOpenDoors()
func_186324_d()
getCanOpenDoors()
public boolean
e()
method_22()
canSwim()
canFloat()
func_186322_e()
getCanSwim()