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.previousMethods in net.minecraft.entity.ai.pathing that return PathNodeModifier and TypeMethodDescriptionPath.getEnd()Path.getNode(int index) private final PathNodePathNodeNavigator.method_173(int int2, int int3, int int4) private PathNodePathNodeNavigator.method_178(Entity entity, int int2, int int3, int int4, PathNode pathNode, int int5) PathMinHeap.pop()Methods in net.minecraft.entity.ai.pathing with parameters of type PathNodeModifier and TypeMethodDescriptionprivate PathPathNodeNavigator.createPath(PathNode startNode, PathNode endNode) floatPathNode.getDistance(PathNode node) floatPathNode.getSquaredDistance(PathNode node) intPathNodeNavigator.method_177(Entity entity, int int2, int int3, int int4, PathNode pathNode) private PathNodePathNodeNavigator.method_178(Entity entity, int int2, int int3, int int4, PathNode pathNode, int int5) private PathPathNodeNavigator.method_179(Entity entity, PathNode pathNode, PathNode pathNode2, PathNode pathNode3, float float2) private intPathNodeNavigator.method_181(Entity entity, PathNode pathNode, PathNode pathNode2, PathNode pathNode3, float float2) static intPathNodeNavigator.method_4125(Entity entity, int int2, int int3, int int4, PathNode pathNode, boolean bool, boolean bool2, boolean bool3) voidPathMinHeap.setNodeWeight(PathNode node, float weight) Constructors in net.minecraft.entity.ai.pathing with parameters of type PathNode