Class ChunkDebugRenderer

java.lang.Object
net.minecraft.client.render.debug.ChunkDebugRenderer
All Implemented Interfaces:
DebugRenderer.Renderer

@Environment(CLIENT) public class ChunkDebugRenderer extends Object implements DebugRenderer.Renderer
Mappings:
Namespace Name
named net/minecraft/client/render/debug/ChunkDebugRenderer
intermediary net/minecraft/class_9986
official hov
  • Field Details

    • DIRECTIONS

      public static final Direction[] DIRECTIONS
      Mappings:
      Namespace Name Mixin selector
      named DIRECTIONS Lnet/minecraft/client/render/debug/ChunkDebugRenderer;DIRECTIONS:[Lnet/minecraft/util/math/Direction;
      intermediary field_53170 Lnet/minecraft/class_9986;field_53170:[Lnet/minecraft/class_2350;
      official a Lhov;a:[Ljf;
    • client

      private final MinecraftClient client
      Mappings:
      Namespace Name Mixin selector
      named client Lnet/minecraft/client/render/debug/ChunkDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;
      intermediary field_53171 Lnet/minecraft/class_9986;field_53171:Lnet/minecraft/class_310;
      official b Lhov;b:Lgcz;
  • Constructor Details

    • ChunkDebugRenderer

      public ChunkDebugRenderer(MinecraftClient client)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/render/debug/ChunkDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)V
      intermediary <init> Lnet/minecraft/class_9986;<init>(Lnet/minecraft/class_310;)V
      official <init> Lhov;<init>(Lgcz;)V
  • Method Details

    • render

      public void render(double cameraX, double cameraY, double cameraZ, DebugDataStore store, Frustum frustum, float tickProgress)
      Specified by:
      render in interface DebugRenderer.Renderer
      Mappings:
      Namespace Name Mixin selector
      named render Lnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(DDDLnet/minecraft/world/debug/DebugDataStore;Lnet/minecraft/client/render/Frustum;F)V
      intermediary method_23109 Lnet/minecraft/class_863$class_864;method_23109(DDDLnet/minecraft/class_12021;Lnet/minecraft/class_4604;F)V
      official a Lhoy$a;a(DDDLbxc;Lhop;F)V
    • addFrustumEdge

      private void addFrustumEdge(Vec3d origin, Vector4f startOffset, Vector4f endOffset)
      Mappings:
      Namespace Name Mixin selector
      named addFrustumEdge Lnet/minecraft/client/render/debug/ChunkDebugRenderer;addFrustumEdge(Lnet/minecraft/util/math/Vec3d;Lorg/joml/Vector4f;Lorg/joml/Vector4f;)V
      intermediary method_75429 Lnet/minecraft/class_9986;method_75429(Lnet/minecraft/class_243;Lorg/joml/Vector4f;Lorg/joml/Vector4f;)V
      official a Lhov;a(Lfrf;Lorg/joml/Vector4f;Lorg/joml/Vector4f;)V
    • addFace

      private void addFace(Vec3d origin, Vector4f[] vertexOffsets, int i1, int i2, int i3, int i4, int red, int green, int blue)
      Mappings:
      Namespace Name Mixin selector
      named addFace Lnet/minecraft/client/render/debug/ChunkDebugRenderer;addFace(Lnet/minecraft/util/math/Vec3d;[Lorg/joml/Vector4f;IIIIIII)V
      intermediary method_62347 Lnet/minecraft/class_9986;method_62347(Lnet/minecraft/class_243;[Lorg/joml/Vector4f;IIIIIII)V
      official a Lhov;a(Lfrf;[Lorg/joml/Vector4f;IIIIIII)V