Class GameTestDebugRenderer
java.lang.Object
net.minecraft.client.render.debug.GameTestDebugRenderer
- All Implemented Interfaces:
DebugRenderer.Renderer
@Environment(CLIENT)
public class GameTestDebugRenderer
extends Object
implements DebugRenderer.Renderer
- Mappings:
Namespace Name named net/minecraft/client/render/debug/GameTestDebugRendererintermediary net/minecraft/class_4503official hls
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate static final floatprivate final Map<BlockPos, GameTestDebugRenderer.Marker> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidmethod_74792(BlockPos blockPos, BlockPos blockPos2) voidrender(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ, DebugDataStore store) private voidrenderMarker(MatrixStack matrices, VertexConsumerProvider vertexConsumers, BlockPos pos, GameTestDebugRenderer.Marker marker)
-
Field Details
-
field_62972
private static final int field_62972- See Also:
- Mappings:
Namespace Name Mixin selector named field_62972Lnet/minecraft/client/render/debug/GameTestDebugRenderer;field_62972:Iintermediary field_62972Lnet/minecraft/class_4503;field_62972:Iofficial aLhls;a:I
-
MARKER_BOX_SIZE
private static final float MARKER_BOX_SIZE- See Also:
- Mappings:
Namespace Name Mixin selector named MARKER_BOX_SIZELnet/minecraft/client/render/debug/GameTestDebugRenderer;MARKER_BOX_SIZE:Fintermediary field_32901Lnet/minecraft/class_4503;field_32901:Fofficial bLhls;b:F
-
markers
- Mappings:
Namespace Name Mixin selector named markersLnet/minecraft/client/render/debug/GameTestDebugRenderer;markers:Ljava/util/Map;intermediary field_20520Lnet/minecraft/class_4503;field_20520:Ljava/util/Map;official cLhls;c:Ljava/util/Map;
-
-
Constructor Details
-
GameTestDebugRenderer
public GameTestDebugRenderer()
-
-
Method Details
-
method_74792
- Mappings:
Namespace Name Mixin selector named method_74792Lnet/minecraft/client/render/debug/GameTestDebugRenderer;method_74792(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;)Vintermediary method_74792Lnet/minecraft/class_4503;method_74792(Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;)Vofficial aLhls;a(Lja;Lja;)V
-
clear
public void clear()- Specified by:
clearin interfaceDebugRenderer.Renderer- Mappings:
Namespace Name Mixin selector named clearLnet/minecraft/client/render/debug/DebugRenderer$Renderer;clear()Vintermediary method_20414Lnet/minecraft/class_863$class_864;method_20414()Vofficial aLhlp$a;a()V
-
render
public void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ, DebugDataStore store) - 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;DDDLnet/minecraft/world/debug/DebugDataStore;)Vintermediary method_23109Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDDLnet/minecraft/class_12021;)Vofficial aLhlp$a;a(Lftv;Lhfs;DDDLbvp;)V
-
renderMarker
private void renderMarker(MatrixStack matrices, VertexConsumerProvider vertexConsumers, BlockPos pos, GameTestDebugRenderer.Marker marker) - Mappings:
Namespace Name Mixin selector named renderMarkerLnet/minecraft/client/render/debug/GameTestDebugRenderer;renderMarker(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/client/render/debug/GameTestDebugRenderer$Marker;)Vintermediary method_23111Lnet/minecraft/class_4503;method_23111(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_2338;Lnet/minecraft/class_4503$class_4504;)Vofficial aLhls;a(Lftv;Lhfs;Lja;Lhls$a;)V
-