Class BlockOutlineDebugRenderer

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

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

    • client

      private final MinecraftClient client
      Mappings:
      Namespace Name Mixin selector
      named client Lnet/minecraft/client/render/debug/BlockOutlineDebugRenderer;client:Lnet/minecraft/client/MinecraftClient;
      intermediary field_4628 Lnet/minecraft/class_871;field_4628:Lnet/minecraft/class_310;
      official a Lhme;a:Lfzz;
  • Constructor Details

    • BlockOutlineDebugRenderer

      public BlockOutlineDebugRenderer(MinecraftClient client)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/render/debug/BlockOutlineDebugRenderer;<init>(Lnet/minecraft/client/MinecraftClient;)V
      intermediary <init> Lnet/minecraft/class_871;<init>(Lnet/minecraft/class_310;)V
      official <init> Lhme;<init>(Lfzz;)V
  • Method Details

    • render

      public void render(MatrixStack matrices, VertexConsumerProvider vertexConsumers, double cameraX, double cameraY, double cameraZ, DebugDataStore store, Frustum frustum)
      Specified by:
      render in interface DebugRenderer.Renderer
      Mappings:
      Namespace Name Mixin selector
      named render Lnet/minecraft/client/render/debug/DebugRenderer$Renderer;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;DDDLnet/minecraft/world/debug/DebugDataStore;Lnet/minecraft/client/render/Frustum;)V
      intermediary method_23109 Lnet/minecraft/class_863$class_864;method_23109(Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;DDDLnet/minecraft/class_12021;Lnet/minecraft/class_4604;)V
      official a Lhlq$a;a(Lfua;Lhfw;DDDLbvu;Lhlh;)V