Uses of Class
net.minecraft.pathfinding.Path
Packages that use Path
Package
Description
-
Uses of Path in net.minecraft.client.renderer.debug
Fields in net.minecraft.client.renderer.debug declared as PathModifier and TypeFieldDescriptionfinal PathBeeDebugRenderer.Bee.pathfinal PathPointOfInterestDebugRenderer.BrainInfo.pathFields in net.minecraft.client.renderer.debug with type parameters of type PathMethods in net.minecraft.client.renderer.debug with parameters of type PathModifier and TypeMethodDescriptionvoidprivate static voidPathfindingDebugRenderer.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 voidPathfindingDebugRenderer.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 voidPathfindingDebugRenderer.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 PathModifierConstructorDescriptionBee(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
Fields in net.minecraft.entity.ai.brain.memory with type parameters of type Path -
Uses of Path in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task declared as Path -
Uses of Path in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as Path -
Uses of Path in net.minecraft.entity.boss.dragon
Methods in net.minecraft.entity.boss.dragon that return Path -
Uses of Path in net.minecraft.entity.boss.dragon.phase
Fields in net.minecraft.entity.boss.dragon.phase declared as PathModifier and TypeFieldDescriptionprivate PathHoldingPatternPhase.currentPathprivate PathLandingApproachPhase.currentPathprivate PathStrafePlayerPhase.currentPathprivate PathTakeoffPhase.currentPath -
Uses of Path in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as Path -
Uses of Path in net.minecraft.network
Methods in net.minecraft.network with parameters of type PathModifier and TypeMethodDescriptionstatic voidDebugPacketSender.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 PathMethods in net.minecraft.pathfinding that return PathModifier and TypeMethodDescriptionstatic PathPath.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 PathPathNavigator.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 PathPathNavigator.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 PathPathFinder.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 PathPathFinder.reconstructPath(PathPoint p_224780_1_, BlockPos p_224780_2_, boolean p_224780_3_) Methods in net.minecraft.pathfinding with parameters of type Path