Class RendererDebugHudEntry
java.lang.Object
net.minecraft.client.gui.hud.debug.RendererDebugHudEntry
- All Implemented Interfaces:
 DebugHudEntry
- Mappings:
 Namespace Name named net/minecraft/client/gui/hud/debug/RendererDebugHudEntryintermediary net/minecraft/class_11619official gfv
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleancanShow(boolean reducedDebugInfo) voidrender(DebugHudLines lines, @Nullable World world, @Nullable WorldChunk clientChunk, @Nullable WorldChunk chunk)  
- 
Field Details
- 
ignoreReducedDebugInfo
private final boolean ignoreReducedDebugInfo- Mappings:
 Namespace Name Mixin selector named ignoreReducedDebugInfoLnet/minecraft/client/gui/hud/debug/RendererDebugHudEntry;ignoreReducedDebugInfo:Zintermediary field_61549Lnet/minecraft/class_11619;field_61549:Zofficial aLgfv;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)Vintermediary <init>Lnet/minecraft/class_11619;<init>(Z)Vofficial <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:
 renderin interfaceDebugHudEntry- Mappings:
 Namespace Name Mixin selector named renderLnet/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;)Vintermediary method_72751Lnet/minecraft/class_11632;method_72751(Lnet/minecraft/class_11630;Lnet/minecraft/class_1937;Lnet/minecraft/class_2818;Lnet/minecraft/class_2818;)Vofficial aLggi;a(Lggg;Ldrq;Lelv;Lelv;)V
 - 
canShow
public boolean canShow(boolean reducedDebugInfo) - Specified by:
 canShowin interfaceDebugHudEntry- Mappings:
 Namespace Name Mixin selector named canShowLnet/minecraft/client/gui/hud/debug/DebugHudEntry;canShow(Z)Zintermediary method_72753Lnet/minecraft/class_11632;method_72753(Z)Zofficial aLggi;a(Z)Z
 - 
getCategory
- Specified by:
 getCategoryin interfaceDebugHudEntry- Mappings:
 Namespace Name Mixin selector named getCategoryLnet/minecraft/client/gui/hud/debug/DebugHudEntry;getCategory()Lnet/minecraft/client/gui/hud/debug/DebugHudEntryCategory;intermediary method_72759Lnet/minecraft/class_11632;method_72759()Lnet/minecraft/class_11605;official aLggi;a()Lgfh;
 
 -