Class RendererDebugHudEntry

java.lang.Object
net.minecraft.client.gui.hud.debug.RendererDebugHudEntry
All Implemented Interfaces:
DebugHudEntry

@Environment(CLIENT) public class RendererDebugHudEntry extends Object implements DebugHudEntry
Mappings:
Namespace Name
named net/minecraft/client/gui/hud/debug/RendererDebugHudEntry
intermediary net/minecraft/class_11619
official gfv
  • Field Details

    • ignoreReducedDebugInfo

      private final boolean ignoreReducedDebugInfo
      Mappings:
      Namespace Name Mixin selector
      named ignoreReducedDebugInfo Lnet/minecraft/client/gui/hud/debug/RendererDebugHudEntry;ignoreReducedDebugInfo:Z
      intermediary field_61549 Lnet/minecraft/class_11619;field_61549:Z
      official a Lgfv;a:Z
  • Constructor Details

    • RendererDebugHudEntry

      public RendererDebugHudEntry()
    • RendererDebugHudEntry

      public RendererDebugHudEntry(boolean ignoreReducedDebugInfo)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/hud/debug/RendererDebugHudEntry;<init>(Z)V
      intermediary <init> Lnet/minecraft/class_11619;<init>(Z)V
      official <init> Lgfv;<init>(Z)V
  • Method Details

    • render

      public void render(DebugHudLines lines, @Nullable @Nullable World world, @Nullable @Nullable WorldChunk clientChunk, @Nullable @Nullable WorldChunk chunk)
      Specified by:
      render in interface DebugHudEntry
      Mappings:
      Namespace Name Mixin selector
      named render Lnet/minecraft/client/gui/hud/debug/DebugHudEntry;render(Lnet/minecraft/client/gui/hud/debug/DebugHudLines;Lnet/minecraft/world/World;Lnet/minecraft/world/chunk/WorldChunk;Lnet/minecraft/world/chunk/WorldChunk;)V
      intermediary method_72751 Lnet/minecraft/class_11632;method_72751(Lnet/minecraft/class_11630;Lnet/minecraft/class_1937;Lnet/minecraft/class_2818;Lnet/minecraft/class_2818;)V
      official a Lggi;a(Lggg;Ldrq;Lelv;Lelv;)V
    • canShow

      public boolean canShow(boolean reducedDebugInfo)
      Specified by:
      canShow in interface DebugHudEntry
      Mappings:
      Namespace Name Mixin selector
      named canShow Lnet/minecraft/client/gui/hud/debug/DebugHudEntry;canShow(Z)Z
      intermediary method_72753 Lnet/minecraft/class_11632;method_72753(Z)Z
      official a Lggi;a(Z)Z
    • getCategory

      public DebugHudEntryCategory getCategory()
      Specified by:
      getCategory in interface DebugHudEntry
      Mappings:
      Namespace Name Mixin selector
      named getCategory Lnet/minecraft/client/gui/hud/debug/DebugHudEntry;getCategory()Lnet/minecraft/client/gui/hud/debug/DebugHudEntryCategory;
      intermediary method_72759 Lnet/minecraft/class_11632;method_72759()Lnet/minecraft/class_11605;
      official a Lggi;a()Lgfh;