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 with type parameters of type PathMethods in net.minecraft.client.renderer.debug with parameters of type PathModifier and TypeMethodDescriptionvoid
static void
PathfindingRenderer.renderPath
(PoseStack p_270399_, MultiBufferSource p_270359_, Path p_270189_, float p_270841_, boolean p_270481_, boolean p_270748_, double p_270187_, double p_270252_, double p_270371_) static void
PathfindingRenderer.renderPathLine
(PoseStack p_270666_, VertexConsumer p_270602_, Path p_270511_, double p_270524_, double p_270163_, double p_270176_) -
Uses of Path in net.minecraft.network.protocol.common.custom
Fields in net.minecraft.network.protocol.common.custom declared as PathModifier and TypeFieldDescriptionprivate final Path
BeeDebugPayload.BeeInfo.path
The field for thepath
record component.private final Path
BrainDebugPayload.BrainDump.path
The field for thepath
record component.private final Path
PathfindingDebugPayload.path
The field for thepath
record component.Methods in net.minecraft.network.protocol.common.custom that return PathModifier and TypeMethodDescriptionBeeDebugPayload.BeeInfo.path()
Returns the value of thepath
record component.BrainDebugPayload.BrainDump.path()
Returns the value of thepath
record component.PathfindingDebugPayload.path()
Returns the value of thepath
record component.Constructors in net.minecraft.network.protocol.common.custom with parameters of type PathModifierConstructorDescriptionBeeInfo
(UUID uuid, int id, Vec3 pos, Path path, BlockPos hivePos, BlockPos flowerPos, int travelTicks, Set<String> goals, List<BlockPos> blacklistedHives) Creates an instance of aBeeInfo
record class.BrainDump
(UUID uuid, int id, String name, String profession, int xp, float health, float maxHealth, Vec3 pos, String inventory, Path path, boolean wantsGolem, int angerLevel, List<String> activities, List<String> behaviors, List<String> memories, List<String> gossips, Set<BlockPos> pois, Set<BlockPos> potentialPois) Creates an instance of aBrainDump
record class.PathfindingDebugPayload
(int entityId, Path path, float maxNodeDistance) Creates an instance of aPathfindingDebugPayload
record class. -
Uses of Path in net.minecraft.network.protocol.game
Methods in net.minecraft.network.protocol.game with parameters of type PathModifier and TypeMethodDescriptionstatic void
DebugPackets.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 PathMethods in net.minecraft.world.entity.ai.behavior that return 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 Path
DragonHoldingPatternPhase.currentPath
private Path
DragonLandingApproachPhase.currentPath
private Path
DragonStrafePlayerPhase.currentPath
private Path
DragonTakeoffPhase.currentPath
-
Uses of Path in net.minecraft.world.level.pathfinder
Methods in net.minecraft.world.level.pathfinder that return PathModifier and TypeMethodDescriptionPath.copy()
static Path
Path.createFromStream
(FriendlyByteBuf p_77391_) private Path
PathFinder.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 Path
PathFinder.reconstructPath
(Node p_77435_, BlockPos p_77436_, boolean p_77437_) Methods in net.minecraft.world.level.pathfinder with parameters of type Path