Class MemoryDebugHudEntry
java.lang.Object
net.minecraft.client.gui.hud.debug.MemoryDebugHudEntry
- All Implemented Interfaces:
DebugHudEntry
- Mappings:
Namespace Name named net/minecraft/client/gui/hud/debug/MemoryDebugHudEntryintermediary net/minecraft/class_11618official gfu
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final MemoryDebugHudEntry.AllocationRateCalculatorprivate static final Identifier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanShow(boolean reducedDebugInfo) voidrender(DebugHudLines lines, @Nullable World world, @Nullable WorldChunk clientChunk, @Nullable WorldChunk chunk) private static longtoMegabytes(long bytes) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.hud.debug.DebugHudEntry
getCategory
-
Field Details
-
SECTION_ID
- Mappings:
Namespace Name Mixin selector named SECTION_IDLnet/minecraft/client/gui/hud/debug/MemoryDebugHudEntry;SECTION_ID:Lnet/minecraft/util/Identifier;intermediary field_61547Lnet/minecraft/class_11618;field_61547:Lnet/minecraft/class_2960;official aLgfu;a:Lamj;
-
allocationRateCalculator
- Mappings:
Namespace Name Mixin selector named allocationRateCalculatorLnet/minecraft/client/gui/hud/debug/MemoryDebugHudEntry;allocationRateCalculator:Lnet/minecraft/client/gui/hud/debug/MemoryDebugHudEntry$AllocationRateCalculator;intermediary field_61548Lnet/minecraft/class_11618;field_61548:Lnet/minecraft/class_11618$class_7412;official bLgfu;b:Lgfu$a;
-
-
Constructor Details
-
MemoryDebugHudEntry
public MemoryDebugHudEntry()
-
-
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
-
toMegabytes
private static long toMegabytes(long bytes) - Mappings:
Namespace Name Mixin selector named toMegabytesLnet/minecraft/client/gui/hud/debug/MemoryDebugHudEntry;toMegabytes(J)Jintermediary method_72758Lnet/minecraft/class_11618;method_72758(J)Jofficial aLgfu;a(J)J
-
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
-