Uses of Class
net.minecraft.entity.ai.pathing.PathNode
Packages that use PathNode
-
Uses of PathNode in net.minecraft.entity.ai.pathing
Fields in net.minecraft.entity.ai.pathing declared as PathNodeModifier and TypeFieldDescriptionprivate final PathNode[]Path.nodesprivate PathNode[]PathMinHeap.nodesprivate PathNode[]PathNodeNavigator.nodes(package private) PathNodePathNode.previousFields in net.minecraft.entity.ai.pathing with type parameters of type PathNodeModifier and TypeFieldDescriptionprotected IntObjectStorage<PathNode>PathNodeMaker.pathNodeCacheMethods in net.minecraft.entity.ai.pathing that return PathNodeModifier and TypeMethodDescriptionPath.getEnd()Path.getNode(int index) protected PathNodePathNodeMaker.getNode(int x, int y, int z) abstract PathNodeprivate PathNodeWaterPathNodeMaker.getNodeInWater(Entity entity, int x, int y, int z) private PathNodeLandPathNodeMaker.getPathNode(Entity entity, int x, int y, int z, int maxYStep) abstract PathNodePathMinHeap.pop()Methods in net.minecraft.entity.ai.pathing with parameters of type PathNodeModifier and TypeMethodDescriptionprivate PathPathNodeNavigator.createPath(PathNode startNode, PathNode endNode) private PathPathNodeNavigator.findPathToAny(Entity entity, PathNode startNode, PathNode endNode, float maxDistance) floatPathNode.getDistance(PathNode node) floatPathNode.getSquaredDistance(PathNode node) intLandPathNodeMaker.getSuccessors(PathNode[] nodes, Entity entity, PathNode currentNode, PathNode endNode, float maxDistance) abstract intPathNodeMaker.getSuccessors(PathNode[] nodes, Entity entity, PathNode currentNode, PathNode endNode, float maxDistance) intWaterPathNodeMaker.getSuccessors(PathNode[] nodes, Entity entity, PathNode currentNode, PathNode endNode, float maxDistance) voidPathMinHeap.setNodeWeight(PathNode node, float weight) Constructors in net.minecraft.entity.ai.pathing with parameters of type PathNode