Package net.minecraft.entity.mob
Class RavagerEntity.PathNodeMaker
java.lang.Object
net.minecraft.entity.ai.pathing.PathNodeMaker
net.minecraft.entity.ai.pathing.LandPathNodeMaker
net.minecraft.entity.mob.RavagerEntity.PathNodeMaker
- Enclosing class:
- RavagerEntity
static class RavagerEntity.PathNodeMaker extends LandPathNodeMaker
-
Field Summary
Fields inherited from class net.minecraft.entity.ai.pathing.LandPathNodeMaker
waterPathNodeTypeWeight
Fields inherited from class net.minecraft.entity.ai.pathing.PathNodeMaker
cachedWorld, canEnterOpenDoors, canOpenDoors, canSwim, entity, entityBlockXSize, entityBlockYSize, entityBlockZSize, pathNodeCache
-
Constructor Summary
Constructors Modifier Constructor Description private
PathNodeMaker()
-
Method Summary
Modifier and Type Method Description protected PathNodeType
adjustNodeType(BlockView world, boolean canOpenDoors, boolean canEnterOpenDoors, BlockPos pos, PathNodeType type)
Methods inherited from class net.minecraft.entity.ai.pathing.LandPathNodeMaker
clear, findNearbyNodeTypes, getCommonNodeType, getDefaultNodeType, getFeetY, getLandNodeType, getNode, getNodeType, getNodeTypeFromNeighbors, getStart, getSuccessors, init
Methods inherited from class net.minecraft.entity.ai.pathing.PathNodeMaker
canEnterOpenDoors, canOpenDoors, canSwim, getNode, method_27137, setCanEnterOpenDoors, setCanOpenDoors, setCanSwim
-
Constructor Details
-
PathNodeMaker
private PathNodeMaker()
-
-
Method Details
-
adjustNodeType
protected PathNodeType adjustNodeType(BlockView world, boolean canOpenDoors, boolean canEnterOpenDoors, BlockPos pos, PathNodeType type)- Overrides:
adjustNodeType
in classLandPathNodeMaker
-