-
Methods in net.minecraft.client.render.debug with parameters of type Path
| Modifier and Type |
Method |
Description |
void |
PathfindingDebugRenderer.addPath(int id,
Path path,
float float2) |
|
static void |
PathfindingDebugRenderer.drawPath(Path path,
float nodeSize,
boolean bool,
boolean drawLabels,
double cameraX,
double cameraY,
double cameraZ) |
|
private static void |
PathfindingDebugRenderer.drawPathInternal(Path path,
float nodeSize,
boolean bool,
boolean drawLabels,
double cameraX,
double cameraY,
double cameraZ) |
|
static void |
PathfindingDebugRenderer.drawPathLines(Path path,
double cameraX,
double cameraY,
double cameraZ) |
|
Constructors in net.minecraft.client.render.debug with parameters of type Path
| Constructor |
Description |
Bee(UUID uuid,
int entityId,
Position position,
Path path,
BlockPos hive,
BlockPos flower,
int travelTicks) |
|
Brain(UUID uuid,
int int2,
String string,
String profession,
int xp,
float float2,
float float3,
Position pos,
String string2,
@Nullable Path path,
boolean wantsGolem) |
|
-
-
-
-
Methods in net.minecraft.entity.ai.pathing that return Path
| Modifier and Type |
Method |
Description |
private Path |
PathNodeNavigator.createPath(PathNode endNode,
BlockPos target,
boolean reachesTarget) |
|
Path |
BirdNavigation.findPathTo(Entity entity,
int distance) |
@Nullable Path |
EntityNavigation.findPathTo(double x,
double y,
double z,
int distance) |
|
@Nullable Path |
EntityNavigation.findPathTo(Entity entity,
int distance) |
|
@Nullable Path |
EntityNavigation.findPathTo(BlockPos target,
int distance) |
|
Path |
MobNavigation.findPathTo(Entity entity,
int distance) |
Path |
MobNavigation.findPathTo(BlockPos target,
int distance) |
Path |
SpiderNavigation.findPathTo(Entity entity,
int distance) |
Path |
SpiderNavigation.findPathTo(BlockPos target,
int distance) |
protected @Nullable Path |
EntityNavigation.findPathToAny(Set<BlockPos> positions,
int range,
boolean bool,
int distance,
float float2) |
|
@Nullable Path |
EntityNavigation.findPathToAny(Stream<BlockPos> positions,
int distance) |
|
private @Nullable Path |
PathNodeNavigator.findPathToAny(PathNode startNode,
Map<TargetPathNode,BlockPos> positions,
float followRange,
int distance,
float rangeMultiplier) |
|
@Nullable Path |
PathNodeNavigator.findPathToAny(ChunkCache world,
MobEntity mob,
Set<BlockPos> positions,
float followRange,
int distance,
float rangeMultiplier) |
|
static Path |
Path.fromBuffer(PacketByteBuf buffer) |
|
@Nullable Path |
EntityNavigation.getCurrentPath() |
|
@Nullable Path |
EntityNavigation.method_29934(Set<BlockPos> set,
int int2) |
|
@Nullable Path |
EntityNavigation.method_35141(BlockPos blockPos,
int int2,
int int3) |
|
protected @Nullable Path |
EntityNavigation.method_35142(Set<BlockPos> set,
int int2,
boolean bool,
int int3) |
|
-
-
-
-