Uses of Class
net.minecraft.entity.ai.pathing.TargetPathNode
-
Uses of TargetPathNode in net.minecraft.entity.ai.pathing
Modifier and TypeMethodDescriptionprotected @Nullable TargetPathNode
PathNodeMaker.asTargetPathNode
(@Nullable PathNode node) static 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 @Nullable TargetPathNode
PathNodeMaker.getNode
(double x, double y, double z) WaterPathNodeMaker.getNode
(double x, double y, double z) Modifier 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)