Uses of Enum Class
net.minecraft.entity.ai.pathing.PathNodeType
Package
Description
-
Uses of PathNodeType in net.minecraft.entity.ai.pathing
Modifier and TypeFieldDescriptionprivate final Long2ObjectMap<PathNodeType>
WaterPathNodeMaker.nodePosToType
private final Long2ObjectMap<PathNodeType>
LandPathNodeMaker.nodeTypes
private final Long2ObjectMap<PathNodeType>
BirdPathNodeMaker.pathNodes
Modifier and TypeMethodDescriptionprotected PathNodeType
WaterPathNodeMaker.addPathNodePos
(int x, int y, int z) protected PathNodeType
LandPathNodeMaker.adjustNodeType
(BlockView world, BlockPos pos, PathNodeType type) LandPathNodeMaker.findNearbyNodeTypes
(BlockView world, int x, int y, int z, EnumSet<PathNodeType> nearbyTypes, PathNodeType type, BlockPos pos) Adds the node types in the box with the given size to the input EnumSet.protected static PathNodeType
LandPathNodeMaker.getCommonNodeType
(BlockView world, BlockPos pos) AmphibiousPathNodeMaker.getDefaultNodeType
(BlockView world, int x, int y, int z) Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doorsBirdPathNodeMaker.getDefaultNodeType
(BlockView world, int x, int y, int z) Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doorsLandPathNodeMaker.getDefaultNodeType
(BlockView world, int x, int y, int z) Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doorsabstract PathNodeType
PathNodeMaker.getDefaultNodeType
(BlockView world, int x, int y, int z) Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doorsWaterPathNodeMaker.getDefaultNodeType
(BlockView world, int x, int y, int z) Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doorsstatic PathNodeType
LandPathNodeMaker.getLandNodeType
(BlockView world, BlockPos.Mutable pos) private PathNodeType
BirdPathNodeMaker.getNodeType
(int x, int y, int z) BirdPathNodeMaker.getNodeType
(BlockView world, int x, int y, int z, MobEntity mob) Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doorsprotected PathNodeType
LandPathNodeMaker.getNodeType
(MobEntity entity, int x, int y, int z) protected PathNodeType
LandPathNodeMaker.getNodeType
(MobEntity entity, BlockPos pos) LandPathNodeMaker.getNodeType
(BlockView world, int x, int y, int z, MobEntity mob) Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doorsabstract PathNodeType
PathNodeMaker.getNodeType
(BlockView world, int x, int y, int z, MobEntity mob) Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doorsWaterPathNodeMaker.getNodeType
(BlockView world, int x, int y, int z, MobEntity mob) Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doorsstatic PathNodeType
LandPathNodeMaker.getNodeTypeFromNeighbors
(BlockView world, BlockPos.Mutable pos, PathNodeType nodeType) static PathNodeType
Returns the enum constant of this class with the specified name.static PathNodeType[]
PathNodeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionprotected PathNodeType
LandPathNodeMaker.adjustNodeType
(BlockView world, BlockPos pos, PathNodeType type) boolean
EntityNavigation.canJumpToNext
(PathNodeType nodeType) protected boolean
MobNavigation.canWalkOnPath
(PathNodeType pathType) LandPathNodeMaker.findNearbyNodeTypes
(BlockView world, int x, int y, int z, EnumSet<PathNodeType> nearbyTypes, PathNodeType type, BlockPos pos) Adds the node types in the box with the given size to the input EnumSet.static PathNodeType
LandPathNodeMaker.getNodeTypeFromNeighbors
(BlockView world, BlockPos.Mutable pos, PathNodeType nodeType) private PathNode
LandPathNodeMaker.getNodeWith
(int x, int y, int z, PathNodeType type, float penalty) LandPathNodeMaker.getPathNode
(int x, int y, int z, int maxYStep, double prevFeetY, Direction direction, PathNodeType nodeType) private static boolean
LandPathNodeMaker.isBlocked
(PathNodeType nodeType) Modifier and TypeMethodDescriptionLandPathNodeMaker.findNearbyNodeTypes
(BlockView world, int x, int y, int z, EnumSet<PathNodeType> nearbyTypes, PathNodeType type, BlockPos pos) Adds the node types in the box with the given size to the input EnumSet. -
Uses of PathNodeType in net.minecraft.entity.mob
Modifier and TypeFieldDescriptionprivate final Map<PathNodeType,
Float> MobEntity.pathfindingPenalties
Modifier and TypeMethodDescriptionfloat
MobEntity.getPathfindingPenalty
(PathNodeType nodeType) void
MobEntity.setPathfindingPenalty
(PathNodeType nodeType, float penalty) -
Uses of PathNodeType in net.minecraft.entity.passive
Modifier and TypeMethodDescriptionFrogEntity.FrogSwimPathNodeMaker.getDefaultNodeType
(BlockView world, int x, int y, int z) Gets the path node type at the given position without adjusting the node type according to whether the entity can enter or open doorsModifier and TypeMethodDescriptionboolean
FrogEntity.FrogSwimNavigation.canJumpToNext
(PathNodeType nodeType) protected boolean
StriderEntity.Navigation.canWalkOnPath
(PathNodeType pathType)