Class SimpleDebugScreenEntry
java.lang.Object
de.luckymcdev.foundryengine.client.debug.screen.SimpleDebugScreenEntry
- All Implemented Interfaces:
net.minecraft.client.gui.components.debug.DebugScreenEntry
public class SimpleDebugScreenEntry
extends Object
implements net.minecraft.client.gui.components.debug.DebugScreenEntry
An Inline Implementation of a DebugScreenEntry.
For Rendering see
SimpleDebugScreenRenderer-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull net.minecraft.client.gui.components.debug.DebugEntryCategorycategory()voiddisplay(@NonNull net.minecraft.client.gui.components.debug.DebugScreenDisplayer displayer, @Nullable net.minecraft.world.level.Level level, @Nullable net.minecraft.world.level.chunk.LevelChunk clientChunk, @Nullable net.minecraft.world.level.chunk.LevelChunk serverChunk) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.debug.DebugScreenEntry
isAllowed
-
Constructor Details
-
SimpleDebugScreenEntry
-
-
Method Details
-
display
public void display(@NonNull net.minecraft.client.gui.components.debug.DebugScreenDisplayer displayer, @Nullable net.minecraft.world.level.Level level, @Nullable net.minecraft.world.level.chunk.LevelChunk clientChunk, @Nullable net.minecraft.world.level.chunk.LevelChunk serverChunk) - Specified by:
displayin interfacenet.minecraft.client.gui.components.debug.DebugScreenEntry
-
category
public @NonNull net.minecraft.client.gui.components.debug.DebugEntryCategory category()- Specified by:
categoryin interfacenet.minecraft.client.gui.components.debug.DebugScreenEntry
-