Uses of Class
net.minecraft.entity.ai.pathing.TargetPathNode
| Package | Description |
|---|---|
| net.minecraft.entity.ai.pathing |
-
Uses of TargetPathNode in net.minecraft.entity.ai.pathing
Fields in net.minecraft.entity.ai.pathing with type parameters of type TargetPathNode Modifier and Type Field Description private Set<TargetPathNode>Path. field_20300Methods in net.minecraft.entity.ai.pathing that return TargetPathNode Modifier and Type Method Description static TargetPathNodeTargetPathNode. fromBuffer(PacketByteBuf buffer)TargetPathNodeAmphibiousPathNodeMaker. getNode(double x, double y, double z)TargetPathNodeBirdPathNodeMaker. getNode(double x, double y, double z)TargetPathNodeLandPathNodeMaker. getNode(double x, double y, double z)abstract TargetPathNodePathNodeMaker. getNode(double x, double y, double z)TargetPathNodeWaterPathNodeMaker. getNode(double x, double y, double z)Method parameters in net.minecraft.entity.ai.pathing with type arguments of type TargetPathNode Modifier and Type Method Description private floatPathNodeNavigator. calculateDistances(PathNode node, Set<TargetPathNode> targets)private @Nullable PathPathNodeNavigator. findPathToAny(PathNode startNode, Map<TargetPathNode,BlockPos> positions, float followRange, int distance, float rangeMultiplier)(package private) voidPath. method_35500(PathNode[] pathNode, PathNode[] pathNode2, Set<TargetPathNode> set)