Class DebugEntryGpuUtilization
java.lang.Object
net.minecraft.client.gui.components.debug.DebugEntryGpuUtilization
- All Implemented Interfaces:
DebugScreenEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddisplay(DebugScreenDisplayer displayer, @Nullable Level serverOrClientLevel, @Nullable LevelChunk clientChunk, @Nullable LevelChunk serverChunk) booleanisAllowed(boolean reducedDebugInfo) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DebugScreenEntry
category
-
Constructor Details
-
DebugEntryGpuUtilization
public DebugEntryGpuUtilization()
-
-
Method Details
-
display
public void display(DebugScreenDisplayer displayer, @Nullable Level serverOrClientLevel, @Nullable LevelChunk clientChunk, @Nullable LevelChunk serverChunk) - Specified by:
displayin interfaceDebugScreenEntry
-
isAllowed
public boolean isAllowed(boolean reducedDebugInfo) - Specified by:
isAllowedin interfaceDebugScreenEntry
-