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.pathNodes(package private) PathNodePathNode.previousprivate PathNode[]PathNodeNavigator.successorsMethods in net.minecraft.entity.ai.pathing that return PathNodeModifier and TypeMethodDescriptionPath.getEnd()private final PathNodePathNodeNavigator.getNode(int x, int y, int z) private PathNodePathMinHeap.pop()Methods in net.minecraft.entity.ai.pathing with parameters of type PathNodeModifier and TypeMethodDescriptionprivate PathPathNodeNavigator.createPath(PathNode unused, PathNode startNode) private PathPathNodeNavigator.findPath(Entity startEntity, PathNode startNode, PathNode endNode, PathNode position, float distance) floatPathNode.getDistance(PathNode node) private PathNodeprivate intPathNodeNavigator.getSuccessors(Entity startEntity, PathNode startNode, PathNode endNode, PathNode position, float distance) private intPathNodeNavigator.isPassable(Entity entity, int x, int y, int z, PathNode node) voidPathMinHeap.setNodeWeight(PathNode node, float weight) Constructors in net.minecraft.entity.ai.pathing with parameters of type PathNode