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_20300
Methods in net.minecraft.entity.ai.pathing that return TargetPathNode Modifier and Type Method Description static TargetPathNode
TargetPathNode. fromBuffer(PacketByteBuf buffer)
TargetPathNode
AmphibiousPathNodeMaker. getNode(double x, double y, double z)
TargetPathNode
BirdPathNodeMaker. getNode(double x, double y, double z)
TargetPathNode
LandPathNodeMaker. getNode(double x, double y, double z)
abstract TargetPathNode
PathNodeMaker. getNode(double x, double y, double z)
TargetPathNode
WaterPathNodeMaker. 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 float
PathNodeNavigator. calculateDistances(PathNode node, Set<TargetPathNode> targets)
private @Nullable Path
PathNodeNavigator. findPathToAny(PathNode startNode, Map<TargetPathNode,BlockPos> positions, float followRange, int distance, float rangeMultiplier)
(package private) void
Path. method_35500(PathNode[] pathNode, PathNode[] pathNode2, Set<TargetPathNode> set)