Class 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
- Enclosing class:
- Frog
-
Field Summary
FieldsFields inherited from class net.minecraft.world.level.pathfinder.WalkNodeEvaluator
oldWaterCost, SPACE_BETWEEN_WALL_POSTSFields inherited from class net.minecraft.world.level.pathfinder.NodeEvaluator
canFloat, canOpenDoors, canPassDoors, canWalkOverFences, entityDepth, entityHeight, entityWidth, level, mob, nodes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBlockPathType(BlockGetter p_218551_, int p_218552_, int p_218553_, int p_218554_) getStart()Methods inherited from class net.minecraft.world.level.pathfinder.AmphibiousNodeEvaluator
done, getGoal, getNeighbors, isAmphibious, prepareMethods inherited from class net.minecraft.world.level.pathfinder.WalkNodeEvaluator
canStartAt, checkNeighbourBlocks, evaluateBlockPathType, findAcceptedNode, getBlockPathType, getBlockPathType, getBlockPathTypeRaw, getBlockPathTypes, getBlockPathTypeStatic, getCachedBlockType, getFloorLevel, getFloorLevel, getStartNode, isBurningBlock, isDiagonalValid, isNeighborValidMethods inherited from class net.minecraft.world.level.pathfinder.NodeEvaluator
canFloat, canOpenDoors, canPassDoors, canWalkOverFences, getNode, getNode, getTargetFromNode, setCanFloat, setCanOpenDoors, setCanPassDoors, setCanWalkOverFences
-
Field Details
-
belowPos
-
-
Constructor Details
-
FrogNodeEvaluator
public FrogNodeEvaluator(boolean p_218548_)
-
-
Method Details
-
getStart
- Overrides:
getStartin classAmphibiousNodeEvaluator
-
getBlockPathType
public BlockPathTypes getBlockPathType(BlockGetter p_218551_, int p_218552_, int p_218553_, int p_218554_) - Overrides:
getBlockPathTypein classAmphibiousNodeEvaluator
-