Uses of Class
net.minecraft.entity.ai.pathing.TargetPathNode
Packages that use TargetPathNode
-
Uses of TargetPathNode in net.minecraft.entity.ai.pathing
Fields in net.minecraft.entity.ai.pathing with type parameters of type TargetPathNodeModifier and TypeFieldDescriptionprivate final Set<TargetPathNode> Path.DebugNodeInfo.targetNodesThe field for thetargetNodesrecord component.Methods in net.minecraft.entity.ai.pathing that return TargetPathNodeModifier and TypeMethodDescriptionprotected TargetPathNodePathNodeMaker.createNode(double x, double y, double z) static TargetPathNodeTargetPathNode.fromBuffer(PacketByteBuf buffer) AmphibiousPathNodeMaker.getNode(double x, double y, double z) BirdPathNodeMaker.getNode(double x, double y, double z) LandPathNodeMaker.getNode(double x, double y, double z) abstract TargetPathNodePathNodeMaker.getNode(double x, double y, double z) WaterPathNodeMaker.getNode(double x, double y, double z) Methods in net.minecraft.entity.ai.pathing that return types with arguments of type TargetPathNodeModifier and TypeMethodDescriptionPath.DebugNodeInfo.targetNodes()Returns the value of thetargetNodesrecord component.Method parameters in net.minecraft.entity.ai.pathing with type arguments of type TargetPathNodeModifier and TypeMethodDescriptionprivate floatPathNodeNavigator.calculateDistances(PathNode node, Set<TargetPathNode> targets) PathNodeNavigator.findPathToAny(PathNode pathNode, Map<TargetPathNode, BlockPos> map, float float2, int int2, float float3) (package private) voidPath.setDebugInfo(PathNode[] debugNodes, PathNode[] debugSecondNodes, Set<TargetPathNode> debugTargetNodes) Constructor parameters in net.minecraft.entity.ai.pathing with type arguments of type TargetPathNodeModifierConstructorDescriptionDebugNodeInfo(PathNode[] pathNode, PathNode[] pathNode2, Set<TargetPathNode> set)