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