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 PathBeeDebugRenderer.Bee. pathPathPointOfInterestDebugRenderer.BrainInfo. pathFields 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. pathMapMethods in net.minecraft.client.renderer.debug with parameters of type Path Modifier and Type Method Description voidPathfindingDebugRenderer. addPath(int p_188289_1_, Path p_188289_2_, float p_188289_3_)private 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 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 PathWalkToTargetTask. 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 PathAvoidEntityGoal. pathprivate PathMeleeAttackGoal. pathprivate PathMoveThroughVillageGoal. 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 PathEnderDragonEntity. findPath(int p_184666_1_, int p_184666_2_, PathPoint p_184666_3_)private PathEnderDragonEntity. 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 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 Modifier and Type Field Description private PathBeeEntity.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 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 Path Modifier and Type Field Description protected PathPathNavigator. pathMethods in net.minecraft.pathfinding that return Path Modifier and Type Method Description static PathPath. createFromStream(PacketBuffer p_186311_0_)PathClimberPathNavigator. createPath(Entity p_75494_1_, int p_75494_2_)PathClimberPathNavigator. createPath(BlockPos p_179680_1_, int p_179680_2_)PathFlyingPathNavigator. createPath(Entity p_75494_1_, int p_75494_2_)PathGroundPathNavigator. createPath(Entity p_75494_1_, int p_75494_2_)PathGroundPathNavigator. createPath(BlockPos p_179680_1_, int p_179680_2_)PathPathNavigator. createPath(double p_225466_1_, double p_225466_3_, double p_225466_5_, int p_225466_7_)PathPathNavigator. createPath(java.util.Set<BlockPos> p_241390_1_, int p_241390_2_)protected PathPathNavigator. createPath(java.util.Set<BlockPos> p_225464_1_, int p_225464_2_, boolean p_225464_3_, int p_225464_4_)PathPathNavigator. createPath(java.util.stream.Stream<BlockPos> p_225463_1_, int p_225463_2_)PathPathNavigator. createPath(Entity p_75494_1_, int p_75494_2_)PathPathNavigator. createPath(BlockPos p_179680_1_, int p_179680_2_)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_)PathPathFinder. 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_)PathPathNavigator. 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 Modifier and Type Method Description booleanPathNavigator. moveTo(Path p_75484_1_, double p_75484_2_)booleanPath. sameAs(Path p_75876_1_)
-