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