Uses of Class
net.minecraft.world.level.pathfinder.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 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 voidPathfindingRenderer.doRenderPath(Path p_113640_, float p_113641_, boolean p_113642_, boolean p_113643_, double p_113644_, double p_113645_, double p_113646_)static voidPathfindingRenderer.renderPath(Path p_113621_, float p_113622_, boolean p_113623_, boolean p_113624_, double p_113625_, double p_113626_, double p_113627_)static voidPathfindingRenderer.renderPathLine(Path p_113616_, double p_113617_, double p_113618_, double p_113619_)Constructors in net.minecraft.client.renderer.debug with parameters of type PathModifierConstructorDescriptionBeeInfo(UUID p_113167_, int p_113168_, Position p_113169_, Path p_113170_, BlockPos p_113171_, BlockPos p_113172_, int p_113173_)BrainDump(UUID p_113311_, int p_113312_, String p_113313_, String p_113314_, int p_113315_, float p_113316_, float p_113317_, Position p_113318_, String p_113319_, Path p_113320_, boolean p_113321_) -
Uses of Path in net.minecraft.network.protocol.game
Methods in net.minecraft.network.protocol.game with parameters of type PathModifier and TypeMethodDescriptionstatic voidDebugPackets.sendPathFindingPacket(Level p_133704_, Mob p_133705_, Path p_133706_, float p_133707_) -
Uses of Path in net.minecraft.world.entity.ai.behavior
Fields in net.minecraft.world.entity.ai.behavior declared as Path -
Uses of Path in net.minecraft.world.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal declared as Path -
Uses of Path in net.minecraft.world.entity.ai.memory
Fields in net.minecraft.world.entity.ai.memory with type parameters of type Path -
Uses of Path in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal declared as Path -
Uses of Path in net.minecraft.world.entity.boss.enderdragon
Methods in net.minecraft.world.entity.boss.enderdragon that return Path -
Uses of Path in net.minecraft.world.entity.boss.enderdragon.phases
Fields in net.minecraft.world.entity.boss.enderdragon.phases declared as PathModifier and TypeFieldDescriptionprivate PathDragonHoldingPatternPhase.currentPathprivate PathDragonLandingApproachPhase.currentPathprivate PathDragonStrafePlayerPhase.currentPathprivate PathDragonTakeoffPhase.currentPath -
Uses of Path in net.minecraft.world.level.pathfinder
Methods in net.minecraft.world.level.pathfinder that return PathModifier and TypeMethodDescriptionstatic PathPath.createFromStream(FriendlyByteBuf p_77391_)private PathPathFinder.findPath(ProfilerFiller p_164717_, Node p_164718_, Map<Target,BlockPos> p_164719_, float p_164720_, int p_164721_, float p_164722_)PathFinder.findPath(PathNavigationRegion p_77428_, Mob p_77429_, Set<BlockPos> p_77430_, float p_77431_, int p_77432_, float p_77433_)private PathPathFinder.reconstructPath(Node p_77435_, BlockPos p_77436_, boolean p_77437_)Methods in net.minecraft.world.level.pathfinder with parameters of type Path