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. targetNodesMethods in net.minecraft.pathfinding that return FlaggedPathPoint Modifier and Type Method Description static FlaggedPathPointFlaggedPathPoint. createFromStream(PacketBuffer p_224760_0_)FlaggedPathPointFlyingNodeProcessor. getGoal(double p_224768_1_, double p_224768_3_, double p_224768_5_)abstract FlaggedPathPointNodeProcessor. getGoal(double p_224768_1_, double p_224768_3_, double p_224768_5_)FlaggedPathPointSwimNodeProcessor. getGoal(double p_224768_1_, double p_224768_3_, double p_224768_5_)FlaggedPathPointWalkAndSwimNodeProcessor. getGoal(double p_224768_1_, double p_224768_3_, double p_224768_5_)FlaggedPathPointWalkNodeProcessor. 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 PathPathFinder. 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 floatPathFinder. getBestH(PathPoint p_224776_1_, java.util.Set<FlaggedPathPoint> p_224776_2_)
-