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.targetNodes
The field for thetargetNodes
record component.Methods in net.minecraft.entity.ai.pathing that return TargetPathNodeModifier and TypeMethodDescriptionstatic TargetPathNode
TargetPathNode.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 TargetPathNode
PathNodeMaker.getNode
(double x, double y, double z) WaterPathNodeMaker.getNode
(double x, double y, double z) protected TargetPathNode
PathNodeMaker.method_57083
(double double2, double double3, double double4) Methods in net.minecraft.entity.ai.pathing that return types with arguments of type TargetPathNodeModifier and TypeMethodDescriptionPath.DebugNodeInfo.targetNodes()
Returns the value of thetargetNodes
record component.Method parameters in net.minecraft.entity.ai.pathing with type arguments of type TargetPathNodeModifier and TypeMethodDescriptionprivate float
PathNodeNavigator.calculateDistances
(PathNode node, Set<TargetPathNode> targets) PathNodeNavigator.findPathToAny
(Profiler profiler, PathNode startNode, Map<TargetPathNode, BlockPos> positions, float followRange, int distance, float rangeMultiplier) (package private) void
Path.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)