Class GameTestDebugRenderer

java.lang.Object
net.minecraft.client.render.debug.GameTestDebugRenderer

@Environment(CLIENT) public class GameTestDebugRenderer extends Object
Mappings:
Namespace Name
named net/minecraft/client/render/debug/GameTestDebugRenderer
intermediary net/minecraft/class_4503
official hlt
  • Field Details

    • field_62972

      private static final int field_62972
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named field_62972 Lnet/minecraft/client/render/debug/GameTestDebugRenderer;field_62972:I
      intermediary field_62972 Lnet/minecraft/class_4503;field_62972:I
      official a Lhlt;a:I
    • MARKER_BOX_SIZE

      private static final float MARKER_BOX_SIZE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named MARKER_BOX_SIZE Lnet/minecraft/client/render/debug/GameTestDebugRenderer;MARKER_BOX_SIZE:F
      intermediary field_32901 Lnet/minecraft/class_4503;field_32901:F
      official b Lhlt;b:F
    • markers

      private final Map<BlockPos,GameTestDebugRenderer.Marker> markers
      Mappings:
      Namespace Name Mixin selector
      named markers Lnet/minecraft/client/render/debug/GameTestDebugRenderer;markers:Ljava/util/Map;
      intermediary field_20520 Lnet/minecraft/class_4503;field_20520:Ljava/util/Map;
      official c Lhlt;c:Ljava/util/Map;
  • Constructor Details

    • GameTestDebugRenderer

      public GameTestDebugRenderer()
  • Method Details

    • addMarker

      public void addMarker(BlockPos absolutePos, BlockPos relativePos)
      Mappings:
      Namespace Name Mixin selector
      named addMarker Lnet/minecraft/client/render/debug/GameTestDebugRenderer;addMarker(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;)V
      intermediary method_74792 Lnet/minecraft/class_4503;method_74792(Lnet/minecraft/class_2338;Lnet/minecraft/class_2338;)V
      official a Lhlt;a(Lja;Lja;)V
    • clear

      public void clear()
      Mappings:
      Namespace Name Mixin selector
      named clear Lnet/minecraft/client/render/debug/GameTestDebugRenderer;clear()V
      intermediary method_20414 Lnet/minecraft/class_4503;method_20414()V
      official a Lhlt;a()V
    • renderMarkers

      public void renderMarkers(MatrixStack matrices, VertexConsumerProvider vertexConsumers)
      Mappings:
      Namespace Name Mixin selector
      named renderMarkers Lnet/minecraft/client/render/debug/GameTestDebugRenderer;renderMarkers(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;)V
      intermediary method_74930 Lnet/minecraft/class_4503;method_74930(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;)V
      official a Lhlt;a(Lfua;Lhfw;)V
    • renderMarker

      private void renderMarker(MatrixStack matrices, VertexConsumerProvider vertexConsumers, BlockPos pos, GameTestDebugRenderer.Marker marker)
      Mappings:
      Namespace Name Mixin selector
      named renderMarker Lnet/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;)V
      intermediary method_23111 Lnet/minecraft/class_4503;method_23111(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_2338;Lnet/minecraft/class_4503$class_4504;)V
      official a Lhlt;a(Lfua;Lhfw;Lja;Lhlt$a;)V