Class DebugEntrySystemSpecs
java.lang.Object
net.minecraft.client.gui.components.debug.DebugEntrySystemSpecs
- All Implemented Interfaces:
DebugScreenEntry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddisplay(DebugScreenDisplayer p_433331_, Level p_434121_, LevelChunk p_434213_, LevelChunk p_432800_) booleanisAllowed(boolean p_433068_) 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.components.debug.DebugScreenEntry
category
-
Field Details
-
GROUP
-
-
Constructor Details
-
DebugEntrySystemSpecs
public DebugEntrySystemSpecs()
-
-
Method Details
-
display
public void display(DebugScreenDisplayer p_433331_, @Nullable Level p_434121_, @Nullable LevelChunk p_434213_, @Nullable LevelChunk p_432800_) - Specified by:
displayin interfaceDebugScreenEntry
-
isAllowed
public boolean isAllowed(boolean p_433068_) - Specified by:
isAllowedin interfaceDebugScreenEntry
-