Class DebugEntryVersion
java.lang.Object
net.minecraft.client.gui.components.debug.DebugEntryVersion
- All Implemented Interfaces:
DebugScreenEntry
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddisplay(DebugScreenDisplayer p_433743_, Level p_435374_, LevelChunk p_433899_, LevelChunk p_434851_) booleanisAllowed(boolean p_435274_) 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
-
Constructor Details
-
DebugEntryVersion
DebugEntryVersion()
-
-
Method Details
-
display
public void display(DebugScreenDisplayer p_433743_, @Nullable Level p_435374_, @Nullable LevelChunk p_433899_, @Nullable LevelChunk p_434851_) - Specified by:
displayin interfaceDebugScreenEntry
-
isAllowed
public boolean isAllowed(boolean p_435274_) - Specified by:
isAllowedin interfaceDebugScreenEntry
-