Uses of Class
net.minecraft.pathfinding.FlaggedPathPoint
-
Packages that use FlaggedPathPoint Package Description net.minecraft.pathfinding -
-
Uses of FlaggedPathPoint in net.minecraft.pathfinding
Fields in net.minecraft.pathfinding with type parameters of type FlaggedPathPoint Modifier and Type Field Description private java.util.Set<FlaggedPathPoint>
Path. targetNodes
Methods in net.minecraft.pathfinding that return FlaggedPathPoint Modifier and Type Method Description static FlaggedPathPoint
FlaggedPathPoint. createFromStream(PacketBuffer p_224760_0_)
FlaggedPathPoint
FlyingNodeProcessor. getGoal(double p_224768_1_, double p_224768_3_, double p_224768_5_)
abstract FlaggedPathPoint
NodeProcessor. getGoal(double p_224768_1_, double p_224768_3_, double p_224768_5_)
FlaggedPathPoint
SwimNodeProcessor. getGoal(double p_224768_1_, double p_224768_3_, double p_224768_5_)
FlaggedPathPoint
WalkAndSwimNodeProcessor. getGoal(double p_224768_1_, double p_224768_3_, double p_224768_5_)
FlaggedPathPoint
WalkNodeProcessor. getGoal(double p_224768_1_, double p_224768_3_, double p_224768_5_)
Method parameters in net.minecraft.pathfinding with type arguments of type FlaggedPathPoint Modifier and Type Method Description private Path
PathFinder. findPath(PathPoint p_227479_1_, java.util.Map<FlaggedPathPoint,BlockPos> p_227479_2_, float p_227479_3_, int p_227479_4_, float p_227479_5_)
private float
PathFinder. getBestH(PathPoint p_224776_1_, java.util.Set<FlaggedPathPoint> p_224776_2_)
-