Uses of Enum Class
net.minecraft.entity.ai.pathing.PathNodeType
Packages that use PathNodeType
Package
Description
The base package for all Minecraft classes.
-
Uses of PathNodeType in net.minecraft
Fields in net.minecraft declared as PathNodeTypeMethods in net.minecraft that return PathNodeTypeModifier and TypeMethodDescriptionprivate PathNodeTypeclass_9315.method_57616(int int2, long long2) class_9315.method_57618(BlockView blockView, BlockPos blockPos) private PathNodeTypeclass_9315.method_57619(BlockView blockView, BlockPos blockPos, int int2, long long2) class_9316.method_57622(int int2, int int3, int int4) -
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.nodePosToTypeprivate final Long2ObjectMap<PathNodeType> LandPathNodeMaker.nodeTypesprivate final Long2ObjectMap<PathNodeType> BirdPathNodeMaker.pathNodesMethods in net.minecraft.entity.ai.pathing that return PathNodeTypeModifier and TypeMethodDescriptionprotected PathNodeTypeWaterPathNodeMaker.addPathNodePos(int x, int y, int z) protected static PathNodeTypeLandPathNodeMaker.getCommonNodeType(BlockView world, BlockPos pos) AmphibiousPathNodeMaker.getDefaultNodeType(class_9316 class_9316, 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(class_9316 class_9316, 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(class_9316 class_9316, 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 PathNodeTypePathNodeMaker.getDefaultNodeType(class_9316 class_9316, 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(class_9316 class_9316, 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 PathNodeTypeLandPathNodeMaker.getLandNodeType(class_9316 class_9316, BlockPos.Mutable pos) protected PathNodeTypeBirdPathNodeMaker.getNodeType(int x, int y, int z) protected PathNodeTypeLandPathNodeMaker.getNodeType(int x, int y, int z) LandPathNodeMaker.getNodeType(class_9316 class_9316, 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 PathNodeTypePathNodeMaker.getNodeType(class_9316 class_9316, 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(class_9316 class_9316, 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 PathNodeTypeLandPathNodeMaker.getNodeTypeFromNeighbors(class_9316 class_9316, int int2, int int3, int int4, PathNodeType pathNodeType) PathNodeMaker.method_57615(MobEntity mobEntity, BlockPos blockPos) static PathNodeTypeLandPathNodeMaker.method_57625(MobEntity mobEntity, BlockPos blockPos) static PathNodeTypeReturns 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 that return types with arguments of type PathNodeTypeModifier and TypeMethodDescriptionLandPathNodeMaker.getCollidingNodeTypes(class_9316 class_9316, int x, int y, int z) Methods in net.minecraft.entity.ai.pathing with parameters of type PathNodeTypeModifier and TypeMethodDescriptionbooleanEntityNavigation.canJumpToNext(PathNodeType nodeType) protected booleanMobNavigation.canWalkOnPath(PathNodeType pathType) LandPathNodeMaker.getJumpOnTopNode(int x, int y, int z, int maxYStep, double prevFeetY, Direction direction, PathNodeType nodeType, BlockPos.Mutable mutablePos) static PathNodeTypeLandPathNodeMaker.getNodeTypeFromNeighbors(class_9316 class_9316, int int2, int int3, int int4, PathNodeType pathNodeType) private PathNodeLandPathNodeMaker.getNodeWith(int x, int y, int z, PathNodeType type) private PathNodeLandPathNodeMaker.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 booleanLandPathNodeMaker.isBlocked(PathNodeType nodeType) -
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.pathfindingPenaltiesMethods in net.minecraft.entity.mob with parameters of type PathNodeTypeModifier and TypeMethodDescriptionfloatMobEntity.getPathfindingPenalty(PathNodeType nodeType) voidMobEntity.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(class_9316 class_9316, 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 TypeMethodDescriptionbooleanFrogEntity.FrogSwimNavigation.canJumpToNext(PathNodeType nodeType) protected booleanStriderEntity.Navigation.canWalkOnPath(PathNodeType pathType)