Class HeightmapDebugRenderer

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

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

    • client

      private final MinecraftClient client
      Mappings:
      Namespace Name Mixin selector
      official a Lekx;a:Ldqk;
      intermediary field_4613 Lnet/minecraft/class_867;field_4613:Lnet/minecraft/class_310;
      named client Lnet/minecraft/client/render/debug/HeightmapDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;
  • Constructor Details

    • HeightmapDebugRenderer

      public HeightmapDebugRenderer​(MinecraftClient client)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lekx;<init>(Ldqk;)V
      intermediary <init> Lnet/minecraft/class_867;<init>(Lnet/minecraft/class_310;)V
      named <init> Lnet/minecraft/client/render/debug/HeightmapDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)V
  • Method Details

    • render

      public void render​(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ)
      Specified by:
      render in interface DebugRenderer.Renderer
      Mappings:
      Namespace Name Mixin selector
      official a Lekt$a;a(Ldlr;Lehq;DDD)V
      intermediary method_23109 Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDD)V
      named render Lnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDD)V
    • method_27037

      private Vec3f method_27037​(Heightmap.Type type)
      Mappings:
      Namespace Name Mixin selector
      official a Lekx;a(Lcmm$a;)Lg;
      intermediary method_27037 Lnet/minecraft/class_867;method_27037(Lnet/minecraft/class_2902$class_2903;)Lnet/minecraft/class_1160;
      named method_27037 Lnet/minecraft/client/render/debug/HeightmapDebugRenderer;method_27037(Lnet/minecraft/world/Heightmap$Type;)Lnet/minecraft/util/math/Vec3f;