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 SummaryFieldsFields inherited from class net.minecraft.world.level.pathfinder.WalkNodeEvaluatorSPACE_BETWEEN_WALL_POSTSFields inherited from class net.minecraft.world.level.pathfinder.NodeEvaluatorcanFloat, canOpenDoors, canPassDoors, canWalkOverFences, entityDepth, entityHeight, entityWidth, level, mob, nodes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetBlockPathType(BlockGetter p_218551_, int p_218552_, int p_218553_, int p_218554_) getStart()Methods inherited from class net.minecraft.world.level.pathfinder.AmphibiousNodeEvaluatordone, getGoal, getNeighbors, isAmphibious, prepareMethods inherited from class net.minecraft.world.level.pathfinder.WalkNodeEvaluatorcanStartAt, checkNeighbourBlocks, evaluateBlockPathType, findAcceptedNode, getBlockPathType, getBlockPathType, getBlockPathTypeRaw, getBlockPathTypes, getBlockPathTypeStatic, getCachedBlockType, getFloorLevel, getFloorLevel, getStartNode, isBurningBlock, isDiagonalValid, isNeighborValidMethods inherited from class net.minecraft.world.level.pathfinder.NodeEvaluatorcanFloat, canOpenDoors, canPassDoors, canWalkOverFences, getNode, getNode, getTargetFromNode, setCanFloat, setCanOpenDoors, setCanPassDoors, setCanWalkOverFences
- 
Field Details- 
belowPos
 
- 
- 
Constructor Details- 
FrogNodeEvaluatorpublic FrogNodeEvaluator(boolean p_218548_) 
 
- 
- 
Method Details- 
getStart- Overrides:
- getStartin class- AmphibiousNodeEvaluator
 
- 
getBlockPathTypepublic BlockPathTypes getBlockPathType(BlockGetter p_218551_, int p_218552_, int p_218553_, int p_218554_) - Overrides:
- getBlockPathTypein class- AmphibiousNodeEvaluator
 
 
-