Uses of Class
net.minecraft.pathfinding.Path
Package
Description
-
Uses of Path in net.minecraft.client.renderer.debug
Modifier and TypeFieldDescriptionfinal Path
BeeDebugRenderer.Bee.path
final Path
PointOfInterestDebugRenderer.BrainInfo.path
Modifier and TypeMethodDescriptionvoid
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_) ModifierConstructorDescriptionBee
(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
(UUID p_i241202_1_, int p_i241202_2_, String p_i241202_3_, String p_i241202_4_, int p_i241202_5_, float p_i241202_6_, float p_i241202_7_, IPosition p_i241202_8_, String p_i241202_9_, Path p_i241202_10_, boolean p_i241202_11_) -
Uses of Path in net.minecraft.entity.ai.brain.memory
-
Uses of Path in net.minecraft.entity.ai.brain.task
-
Uses of Path in net.minecraft.entity.ai.goal
-
Uses of Path in net.minecraft.entity.boss.dragon
-
Uses of Path in net.minecraft.entity.boss.dragon.phase
Modifier and TypeFieldDescriptionprivate Path
HoldingPatternPhase.currentPath
private Path
LandingApproachPhase.currentPath
private Path
StrafePlayerPhase.currentPath
private Path
TakeoffPhase.currentPath
-
Uses of Path in net.minecraft.entity.passive
-
Uses of Path in net.minecraft.network
Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionstatic Path
Path.createFromStream
(PacketBuffer p_186311_0_) ClimberPathNavigator.createPath
(Entity p_75494_1_, int p_75494_2_) ClimberPathNavigator.createPath
(BlockPos p_179680_1_, int p_179680_2_) FlyingPathNavigator.createPath
(Entity p_75494_1_, int p_75494_2_) GroundPathNavigator.createPath
(Entity p_75494_1_, int p_75494_2_) GroundPathNavigator.createPath
(BlockPos p_179680_1_, int p_179680_2_) final Path
PathNavigator.createPath
(double p_225466_1_, double p_225466_3_, double p_225466_5_, int p_225466_7_) PathNavigator.createPath
(Set<BlockPos> p_241390_1_, int p_241390_2_) protected Path
PathNavigator.createPath
(Set<BlockPos> p_225464_1_, int p_225464_2_, boolean p_225464_3_, int p_225464_4_) PathNavigator.createPath
(Stream<BlockPos> p_225463_1_, int p_225463_2_) PathNavigator.createPath
(Entity p_75494_1_, int p_75494_2_) PathNavigator.createPath
(BlockPos p_179680_1_, int p_179680_2_) private Path
PathFinder.findPath
(PathPoint p_227479_1_, Map<FlaggedPathPoint, BlockPos> p_227479_2_, float p_227479_3_, int p_227479_4_, float p_227479_5_) PathFinder.findPath
(Region p_227478_1_, MobEntity p_227478_2_, Set<BlockPos> p_227478_3_, float p_227478_4_, int p_227478_5_, float p_227478_6_) PathNavigator.getPath()
private Path
PathFinder.reconstructPath
(PathPoint p_224780_1_, BlockPos p_224780_2_, boolean p_224780_3_)