Uses of Class
net.minecraft.pathfinding.Path
-
-
Uses of Path in net.minecraft.client.renderer.debug
Fields in net.minecraft.client.renderer.debug declared as Path Modifier and Type Field Description Path
BeeDebugRenderer.Bee. path
Path
PointOfInterestDebugRenderer.BrainInfo. path
Fields in net.minecraft.client.renderer.debug with type parameters of type Path Modifier and Type Field Description private java.util.Map<java.lang.Integer,Path>
PathfindingDebugRenderer. pathMap
Methods in net.minecraft.client.renderer.debug with parameters of type Path Modifier and Type Method Description void
PathfindingDebugRenderer. addPath(int p_188289_1_, Path p_188289_2_, float p_188289_3_)
private static void
PathfindingDebugRenderer. doRenderPath(Path p_229034_0_, float p_229034_1_, boolean p_229034_2_, boolean p_229034_3_, double p_229034_4_, double p_229034_6_, double p_229034_8_)
static void
PathfindingDebugRenderer. renderPath(Path p_229032_0_, float p_229032_1_, boolean p_229032_2_, boolean p_229032_3_, double p_229032_4_, double p_229032_6_, double p_229032_8_)
static void
PathfindingDebugRenderer. renderPathLine(Path p_229031_0_, double p_229031_1_, double p_229031_3_, double p_229031_5_)
Constructors in net.minecraft.client.renderer.debug with parameters of type Path Constructor Description Bee(java.util.UUID p_i226028_1_, int p_i226028_2_, IPosition p_i226028_3_, Path p_i226028_4_, BlockPos p_i226028_5_, BlockPos p_i226028_6_, int p_i226028_7_)
BrainInfo(java.util.UUID p_i241202_1_, int p_i241202_2_, java.lang.String p_i241202_3_, java.lang.String p_i241202_4_, int p_i241202_5_, float p_i241202_6_, float p_i241202_7_, IPosition p_i241202_8_, java.lang.String p_i241202_9_, Path p_i241202_10_, boolean p_i241202_11_)
-
Uses of Path in net.minecraft.entity.ai.brain.memory
Fields in net.minecraft.entity.ai.brain.memory with type parameters of type Path Modifier and Type Field Description static MemoryModuleType<Path>
MemoryModuleType. PATH
-
Uses of Path in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task declared as Path Modifier and Type Field Description private Path
WalkToTargetTask. path
-
Uses of Path in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as Path Modifier and Type Field Description protected Path
AvoidEntityGoal. path
private Path
MeleeAttackGoal. path
private Path
MoveThroughVillageGoal. path
-
Uses of Path in net.minecraft.entity.boss.dragon
Methods in net.minecraft.entity.boss.dragon that return Path Modifier and Type Method Description Path
EnderDragonEntity. findPath(int p_184666_1_, int p_184666_2_, PathPoint p_184666_3_)
private Path
EnderDragonEntity. reconstructPath(PathPoint p_184669_1_, PathPoint p_184669_2_)
-
Uses of Path in net.minecraft.entity.boss.dragon.phase
Fields in net.minecraft.entity.boss.dragon.phase declared as Path Modifier and Type Field Description private Path
HoldingPatternPhase. currentPath
private Path
LandingApproachPhase. currentPath
private Path
StrafePlayerPhase. currentPath
private Path
TakeoffPhase. currentPath
-
Uses of Path in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as Path Modifier and Type Field Description private Path
BeeEntity.FindBeehiveGoal. lastPath
-
Uses of Path in net.minecraft.network
Methods in net.minecraft.network with parameters of type Path Modifier and Type Method Description static void
DebugPacketSender. sendPathFindingPacket(World p_218803_0_, MobEntity p_218803_1_, Path p_218803_2_, float p_218803_3_)
-
Uses of Path in net.minecraft.pathfinding
Fields in net.minecraft.pathfinding declared as Path Modifier and Type Field Description protected Path
PathNavigator. path
Methods in net.minecraft.pathfinding that return Path Modifier and Type Method Description static Path
Path. createFromStream(PacketBuffer p_186311_0_)
Path
ClimberPathNavigator. createPath(Entity p_75494_1_, int p_75494_2_)
Path
ClimberPathNavigator. createPath(BlockPos p_179680_1_, int p_179680_2_)
Path
FlyingPathNavigator. createPath(Entity p_75494_1_, int p_75494_2_)
Path
GroundPathNavigator. createPath(Entity p_75494_1_, int p_75494_2_)
Path
GroundPathNavigator. createPath(BlockPos p_179680_1_, int p_179680_2_)
Path
PathNavigator. createPath(double p_225466_1_, double p_225466_3_, double p_225466_5_, int p_225466_7_)
Path
PathNavigator. createPath(java.util.Set<BlockPos> p_241390_1_, int p_241390_2_)
protected Path
PathNavigator. createPath(java.util.Set<BlockPos> p_225464_1_, int p_225464_2_, boolean p_225464_3_, int p_225464_4_)
Path
PathNavigator. createPath(java.util.stream.Stream<BlockPos> p_225463_1_, int p_225463_2_)
Path
PathNavigator. createPath(Entity p_75494_1_, int p_75494_2_)
Path
PathNavigator. createPath(BlockPos p_179680_1_, int p_179680_2_)
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_)
Path
PathFinder. findPath(Region p_227478_1_, MobEntity p_227478_2_, java.util.Set<BlockPos> p_227478_3_, float p_227478_4_, int p_227478_5_, float p_227478_6_)
Path
PathNavigator. getPath()
private Path
PathFinder. reconstructPath(PathPoint p_224780_1_, BlockPos p_224780_2_, boolean p_224780_3_)
Methods in net.minecraft.pathfinding with parameters of type Path Modifier and Type Method Description boolean
PathNavigator. moveTo(Path p_75484_1_, double p_75484_2_)
boolean
Path. sameAs(Path p_75876_1_)
-