Uses of Enum Class
net.minecraft.entity.ai.pathing.PathNodeType
Packages that use PathNodeType
Package
Description
-
Uses of PathNodeType in net.minecraft.entity.ai.pathing
Fields in net.minecraft.entity.ai.pathing declared as PathNodeTypeFields in net.minecraft.entity.ai.pathing with type parameters of type PathNodeTypeModifier and TypeFieldDescriptionprivate final Long2ObjectMap<PathNodeType>
WaterPathNodeMaker.nodePosToType
private final Long2ObjectMap<PathNodeType>
LandPathNodeMaker.nodeTypes
private final Long2ObjectMap<PathNodeType>
BirdPathNodeMaker.pathNodes
Methods in net.minecraft.entity.ai.pathing that return PathNodeTypeModifier and TypeMethodDescriptionprotected PathNodeType
WaterPathNodeMaker.addPathNodePos
(int x, int y, int z) protected PathNodeType
LandPathNodeMaker.adjustNodeType
(BlockView world, boolean canOpenDoors, boolean canEnterOpenDoors, BlockPos pos, PathNodeType type) LandPathNodeMaker.findNearbyNodeTypes
(BlockView world, int x, int y, int z, int sizeX, int sizeY, int sizeZ, boolean canOpenDoors, boolean canEnterOpenDoors, 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, int sizeX, int sizeY, int sizeZ, boolean canOpenDoors, boolean canEnterOpenDoors) 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, int sizeX, int sizeY, int sizeZ, boolean canOpenDoors, boolean canEnterOpenDoors) 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, int sizeX, int sizeY, int sizeZ, boolean canOpenDoors, boolean canEnterOpenDoors) 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, int sizeX, int sizeY, int sizeZ, boolean canOpenDoors, boolean canEnterOpenDoors) 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.Methods in net.minecraft.entity.ai.pathing with parameters of type PathNodeTypeModifier and TypeMethodDescriptionprotected PathNodeType
LandPathNodeMaker.adjustNodeType
(BlockView world, boolean canOpenDoors, boolean canEnterOpenDoors, BlockPos pos, PathNodeType type) protected boolean
MobNavigation.canWalkOnPath
(PathNodeType pathType) LandPathNodeMaker.findNearbyNodeTypes
(BlockView world, int x, int y, int z, int sizeX, int sizeY, int sizeZ, boolean canOpenDoors, boolean canEnterOpenDoors, 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) Method parameters in net.minecraft.entity.ai.pathing with type arguments of type PathNodeTypeModifier and TypeMethodDescriptionLandPathNodeMaker.findNearbyNodeTypes
(BlockView world, int x, int y, int z, int sizeX, int sizeY, int sizeZ, boolean canOpenDoors, boolean canEnterOpenDoors, 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
Fields in net.minecraft.entity.mob with type parameters of type PathNodeTypeModifier and TypeFieldDescriptionprivate final Map<PathNodeType,
Float> MobEntity.pathfindingPenalties
Methods in net.minecraft.entity.mob that return PathNodeTypeModifier and TypeMethodDescriptionprotected PathNodeType
RavagerEntity.PathNodeMaker.adjustNodeType
(BlockView world, boolean canOpenDoors, boolean canEnterOpenDoors, BlockPos pos, PathNodeType type) Methods in net.minecraft.entity.mob with parameters of type PathNodeTypeModifier and TypeMethodDescriptionprotected PathNodeType
RavagerEntity.PathNodeMaker.adjustNodeType
(BlockView world, boolean canOpenDoors, boolean canEnterOpenDoors, BlockPos pos, PathNodeType type) boolean
MobEntity.canJumpToNextPathNode
(PathNodeType type) Returns if this entity can jump to the next node in path given the type of the node.float
MobEntity.getPathfindingPenalty
(PathNodeType nodeType) void
MobEntity.setPathfindingPenalty
(PathNodeType nodeType, float penalty) -
Uses of PathNodeType in net.minecraft.entity.passive
Methods in net.minecraft.entity.passive that return PathNodeTypeModifier 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 doorsMethods in net.minecraft.entity.passive with parameters of type PathNodeTypeModifier and TypeMethodDescriptionboolean
FrogEntity.canJumpToNextPathNode
(PathNodeType type) Returns if this entity can jump to the next node in path given the type of the node.protected boolean
StriderEntity.Navigation.canWalkOnPath
(PathNodeType pathType)