Class PathfindingDebugRenderer
java.lang.Object
net.minecraft.client.render.debug.PathfindingDebugRenderer
- All Implemented Interfaces:
DebugRenderer.Renderer
@Environment(CLIENT)
public class PathfindingDebugRenderer
extends Object
implements DebugRenderer.Renderer
- Mappings:
Namespace Name named net/minecraft/client/render/debug/PathfindingDebugRendererintermediary net/minecraft/class_868official ghr
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final floatprivate static final booleanprivate static final booleanprivate static final booleanprivate static final booleanprivate static final booleanprivate static final longprivate static final float -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic voiddrawPath(MatrixStack matrices, VertexConsumerProvider vertexConsumers, Path path, float nodeSize, boolean drawDebugNodes, boolean drawLabels, double cameraX, double cameraY, double cameraZ) static voiddrawPathLines(MatrixStack matrices, VertexConsumer vertexConsumers, Path path, double cameraX, double cameraY, double cameraZ) private static floatgetManhattanDistance(BlockPos pos, double x, double y, double z) voidrender(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.render.debug.DebugRenderer.Renderer
clear
-
Field Details
-
MAX_PATH_AGE
private static final long MAX_PATH_AGE- See Also:
- Mappings:
Namespace Name Mixin selector named MAX_PATH_AGELnet/minecraft/client/render/debug/PathfindingDebugRenderer;MAX_PATH_AGE:Jintermediary field_32906Lnet/minecraft/class_868;field_32906:Jofficial dLghr;d:J
-
RANGE
private static final float RANGE- See Also:
- Mappings:
Namespace Name Mixin selector named RANGELnet/minecraft/client/render/debug/PathfindingDebugRenderer;RANGE:Fintermediary field_32907Lnet/minecraft/class_868;field_32907:Fofficial eLghr;e:F
-
field_32908
private static final boolean field_32908- See Also:
- Mappings:
Namespace Name Mixin selector named field_32908Lnet/minecraft/client/render/debug/PathfindingDebugRenderer;field_32908:Zintermediary field_32908Lnet/minecraft/class_868;field_32908:Zofficial fLghr;f:Z
-
field_32909
private static final boolean field_32909- See Also:
- Mappings:
Namespace Name Mixin selector named field_32909Lnet/minecraft/client/render/debug/PathfindingDebugRenderer;field_32909:Zintermediary field_32909Lnet/minecraft/class_868;field_32909:Zofficial gLghr;g:Z
-
field_32910
private static final boolean field_32910- See Also:
- Mappings:
Namespace Name Mixin selector named field_32910Lnet/minecraft/client/render/debug/PathfindingDebugRenderer;field_32910:Zintermediary field_32910Lnet/minecraft/class_868;field_32910:Zofficial hLghr;h:Z
-
field_32911
private static final boolean field_32911- See Also:
- Mappings:
Namespace Name Mixin selector named field_32911Lnet/minecraft/client/render/debug/PathfindingDebugRenderer;field_32911:Zintermediary field_32911Lnet/minecraft/class_868;field_32911:Zofficial iLghr;i:Z
-
field_32912
private static final boolean field_32912- See Also:
- Mappings:
Namespace Name Mixin selector named field_32912Lnet/minecraft/client/render/debug/PathfindingDebugRenderer;field_32912:Zintermediary field_32912Lnet/minecraft/class_868;field_32912:Zofficial jLghr;j:Z
-
DRAWN_STRING_SIZE
private static final float DRAWN_STRING_SIZE- See Also:
- Mappings:
Namespace Name Mixin selector named DRAWN_STRING_SIZELnet/minecraft/client/render/debug/PathfindingDebugRenderer;DRAWN_STRING_SIZE:Fintermediary field_32913Lnet/minecraft/class_868;field_32913:Fofficial kLghr;k:F
-
paths
- Mappings:
Namespace Name Mixin selector named pathsLnet/minecraft/client/render/debug/PathfindingDebugRenderer;paths:Ljava/util/Map;intermediary field_4616Lnet/minecraft/class_868;field_4616:Ljava/util/Map;official aLghr;a:Ljava/util/Map;
-
nodeSizes
- Mappings:
Namespace Name Mixin selector named nodeSizesLnet/minecraft/client/render/debug/PathfindingDebugRenderer;nodeSizes:Ljava/util/Map;intermediary field_4617Lnet/minecraft/class_868;field_4617:Ljava/util/Map;official bLghr;b:Ljava/util/Map;
-
pathTimes
- Mappings:
Namespace Name Mixin selector named pathTimesLnet/minecraft/client/render/debug/PathfindingDebugRenderer;pathTimes:Ljava/util/Map;intermediary field_4615Lnet/minecraft/class_868;field_4615:Ljava/util/Map;official cLghr;c:Ljava/util/Map;
-
-
Constructor Details
-
PathfindingDebugRenderer
public PathfindingDebugRenderer()
-
-
Method Details
-
addPath
- Mappings:
Namespace Name Mixin selector named addPathLnet/minecraft/client/render/debug/PathfindingDebugRenderer;addPath(ILnet/minecraft/entity/ai/pathing/Path;F)Vintermediary method_3869Lnet/minecraft/class_868;method_3869(ILnet/minecraft/class_11;F)Vofficial aLghr;a(ILeop;F)V
-
render
public void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ) - Specified by:
renderin interfaceDebugRenderer.Renderer- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDD)Vintermediary method_23109Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)Vofficial aLghj$a;a(Lfag;Lgdx;DDD)V
-
drawPath
public static void drawPath(MatrixStack matrices, VertexConsumerProvider vertexConsumers, Path path, float nodeSize, boolean drawDebugNodes, boolean drawLabels, double cameraX, double cameraY, double cameraZ) - Mappings:
Namespace Name Mixin selector named drawPathLnet/minecraft/client/render/debug/PathfindingDebugRenderer;drawPath(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/entity/ai/pathing/Path;FZZDDD)Vintermediary method_23118Lnet/minecraft/class_868;method_23118(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_11;FZZDDD)Vofficial aLghr;a(Lfag;Lgdx;Leop;FZZDDD)V
-
drawPathLines
public static void drawPathLines(MatrixStack matrices, VertexConsumer vertexConsumers, Path path, double cameraX, double cameraY, double cameraZ) - Mappings:
Namespace Name Mixin selector named drawPathLinesLnet/minecraft/client/render/debug/PathfindingDebugRenderer;drawPathLines(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/entity/ai/pathing/Path;DDD)Vintermediary method_23117Lnet/minecraft/class_868;method_23117(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;Lnet/minecraft/class_11;DDD)Vofficial aLghr;a(Lfag;Lfak;Leop;DDD)V
-
getManhattanDistance
- Mappings:
Namespace Name Mixin selector named getManhattanDistanceLnet/minecraft/client/render/debug/PathfindingDebugRenderer;getManhattanDistance(Lnet/minecraft/util/math/BlockPos;DDD)Fintermediary method_23119Lnet/minecraft/class_868;method_23119(Lnet/minecraft/class_2338;DDD)Fofficial aLghr;a(Lja;DDD)F
-