public class FlyingNodeProcessor extends WalkNodeProcessor
avoidsWater
blockaccess, canEnterDoors, canOpenDoors, canSwim, entity, entitySizeX, entitySizeY, entitySizeZ, pointMap
Constructor and Description |
---|
FlyingNodeProcessor() |
Modifier and Type | Method and Description |
---|---|
int |
func_222859_a(PathPoint[] p_222859_1_,
PathPoint p_222859_2_) |
FlaggedPathPoint |
func_224768_a(double p_224768_1_,
double p_224768_3_,
double p_224768_5_) |
void |
func_225578_a_(Region p_225578_1_,
MobEntity p_225578_2_) |
private boolean |
func_227476_a_(PathPoint p_227476_1_) |
private boolean |
func_227477_b_(PathPoint p_227477_1_) |
PathNodeType |
getPathNodeType(IBlockReader blockaccessIn,
int x,
int y,
int z) |
PathNodeType |
getPathNodeType(IBlockReader blockaccessIn,
int x,
int y,
int z,
MobEntity entitylivingIn,
int xSize,
int ySize,
int zSize,
boolean canBreakDoorsIn,
boolean canEnterDoorsIn) |
private PathNodeType |
getPathNodeType(MobEntity p_192559_1_,
BlockPos p_192559_2_) |
private PathNodeType |
getPathNodeType(MobEntity p_192558_1_,
int p_192558_2_,
int p_192558_3_,
int p_192558_4_) |
PathPoint |
getStart() |
protected PathPoint |
openPoint(int x,
int y,
int z) |
void |
postProcess() |
checkNeighborBlocks, func_215744_a, func_227480_b_, getGroundY, getPathNodeType, getPathNodeTypeRaw
getCanEnterDoors, getCanOpenDoors, getCanSwim, setCanEnterDoors, setCanOpenDoors, setCanSwim
public void func_225578_a_(Region p_225578_1_, MobEntity p_225578_2_)
func_225578_a_
in class WalkNodeProcessor
public void postProcess()
postProcess
in class WalkNodeProcessor
public PathPoint getStart()
getStart
in class WalkNodeProcessor
public FlaggedPathPoint func_224768_a(double p_224768_1_, double p_224768_3_, double p_224768_5_)
func_224768_a
in class WalkNodeProcessor
public int func_222859_a(PathPoint[] p_222859_1_, PathPoint p_222859_2_)
func_222859_a
in class WalkNodeProcessor
private boolean func_227476_a_(@Nullable PathPoint p_227476_1_)
private boolean func_227477_b_(@Nullable PathPoint p_227477_1_)
@Nullable protected PathPoint openPoint(int x, int y, int z)
openPoint
in class NodeProcessor
public PathNodeType getPathNodeType(IBlockReader blockaccessIn, int x, int y, int z, MobEntity entitylivingIn, int xSize, int ySize, int zSize, boolean canBreakDoorsIn, boolean canEnterDoorsIn)
getPathNodeType
in class WalkNodeProcessor
public PathNodeType getPathNodeType(IBlockReader blockaccessIn, int x, int y, int z)
getPathNodeType
in class WalkNodeProcessor
private PathNodeType getPathNodeType(MobEntity p_192559_1_, BlockPos p_192559_2_)
private PathNodeType getPathNodeType(MobEntity p_192558_1_, int p_192558_2_, int p_192558_3_, int p_192558_4_)