Package net.minecraft.entity.monster
Class RavagerEntity.Processor
- java.lang.Object
-
- net.minecraft.pathfinding.NodeProcessor
-
- net.minecraft.pathfinding.WalkNodeProcessor
-
- net.minecraft.entity.monster.RavagerEntity.Processor
-
- Enclosing class:
- RavagerEntity
static class RavagerEntity.Processor extends WalkNodeProcessor
-
-
Field Summary
-
Fields inherited from class net.minecraft.pathfinding.WalkNodeProcessor
oldWaterCost
-
Fields inherited from class net.minecraft.pathfinding.NodeProcessor
canFloat, canOpenDoors, canPassDoors, entityDepth, entityHeight, entityWidth, level, mob, nodes
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Processor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PathNodeType
evaluateBlockPathType(IBlockReader p_215744_1_, boolean p_215744_2_, boolean p_215744_3_, BlockPos p_215744_4_, PathNodeType p_215744_5_)
-
Methods inherited from class net.minecraft.pathfinding.WalkNodeProcessor
checkNeighbourBlocks, done, getBlockPathType, getBlockPathType, getBlockPathTypeRaw, getBlockPathTypes, getBlockPathTypeStatic, getFloorLevel, getGoal, getNeighbors, getStart, prepare
-
Methods inherited from class net.minecraft.pathfinding.NodeProcessor
canFloat, canOpenDoors, canPassDoors, getNode, getNode, setCanFloat, setCanOpenDoors, setCanPassDoors
-
-
-
-
Method Detail
-
evaluateBlockPathType
protected PathNodeType evaluateBlockPathType(IBlockReader p_215744_1_, boolean p_215744_2_, boolean p_215744_3_, BlockPos p_215744_4_, PathNodeType p_215744_5_)
- Overrides:
evaluateBlockPathType
in classWalkNodeProcessor
-
-