类 Frog.FrogNodeEvaluator
java.lang.Object
net.minecraft.world.level.pathfinder.NodeEvaluator
net.minecraft.world.level.pathfinder.WalkNodeEvaluator
net.minecraft.world.level.pathfinder.AmphibiousNodeEvaluator
net.minecraft.world.entity.animal.frog.Frog.FrogNodeEvaluator
- 封闭类:
Frog
-
字段概要
字段从类继承的字段 net.minecraft.world.level.pathfinder.WalkNodeEvaluator
SPACE_BETWEEN_WALL_POSTS
从类继承的字段 net.minecraft.world.level.pathfinder.NodeEvaluator
canFloat, canOpenDoors, canPassDoors, canWalkOverFences, currentContext, entityDepth, entityHeight, entityWidth, mob, nodes
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getPathType
(PathfindingContext p_331446_, int p_326799_, int p_326899_, int p_326891_) getStart()
从类继承的方法 net.minecraft.world.level.pathfinder.AmphibiousNodeEvaluator
done, getNeighbors, getTarget, isAmphibious, prepare
从类继承的方法 net.minecraft.world.level.pathfinder.WalkNodeEvaluator
canStartAt, checkNeighbourBlocks, findAcceptedNode, getCachedPathType, getFloorLevel, getFloorLevel, getPathTypeFromState, getPathTypeOfMob, getPathTypeStatic, getPathTypeStatic, getPathTypeWithinMobBB, getStartNode, isDiagonalValid, isDiagonalValid, isNeighborValid
从类继承的方法 net.minecraft.world.level.pathfinder.NodeEvaluator
canFloat, canOpenDoors, canPassDoors, canWalkOverFences, getNode, getNode, getPathType, getTargetNodeAt, isBurningBlock, setCanFloat, setCanOpenDoors, setCanPassDoors, setCanWalkOverFences
-
字段详细资料
-
belowPos
-
-
构造器详细资料
-
FrogNodeEvaluator
public FrogNodeEvaluator(boolean p_218548_)
-
-
方法详细资料
-
getStart
- 覆盖:
getStart
在类中AmphibiousNodeEvaluator
-
getPathType
public PathType getPathType(PathfindingContext p_331446_, int p_326799_, int p_326899_, int p_326891_) - 覆盖:
getPathType
在类中AmphibiousNodeEvaluator
-