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> LandPathNodeMaker.field_49156private final Long2ObjectMap<PathNodeType> WaterPathNodeMaker.nodePosToTypeprivate 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(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 PathNodeTypePathNodeMaker.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 PathNodeTypeLandPathNodeMaker.getLandNodeType(BlockView world, BlockPos.Mutable pos) protected PathNodeTypeBirdPathNodeMaker.getNodeType(int int2, int int3, int int4) protected PathNodeTypeLandPathNodeMaker.getNodeType(int int2, int int3, int int4) 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 PathNodeTypePathNodeMaker.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 PathNodeTypeLandPathNodeMaker.getNodeTypeFromNeighbors(BlockView world, BlockPos.Mutable pos, PathNodeType nodeType) 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.method_57090(BlockView blockView, int int2, int int3, int int4) Methods in net.minecraft.entity.ai.pathing with parameters of type PathNodeTypeModifier and TypeMethodDescriptionbooleanEntityNavigation.canJumpToNext(PathNodeType nodeType) protected booleanMobNavigation.canWalkOnPath(PathNodeType pathType) static PathNodeTypeLandPathNodeMaker.getNodeTypeFromNeighbors(BlockView world, BlockPos.Mutable pos, PathNodeType nodeType) 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) LandPathNodeMaker.method_57085(int int2, int int3, int int4, int int5, double double2, Direction direction, PathNodeType pathNodeType, BlockPos.Mutable mutable) private PathNodeLandPathNodeMaker.method_57088(int int2, int int3, int int4, PathNodeType pathNodeType) -
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(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 TypeMethodDescriptionbooleanFrogEntity.FrogSwimNavigation.canJumpToNext(PathNodeType nodeType) protected booleanStriderEntity.Navigation.canWalkOnPath(PathNodeType pathType)