Class GameStagesDebugEntry
java.lang.Object
de.luckymcdev.foundryengine.client.debug.screen.GameStagesDebugEntry
- All Implemented Interfaces:
net.minecraft.client.gui.components.debug.DebugScreenEntry
public class GameStagesDebugEntry
extends Object
implements net.minecraft.client.gui.components.debug.DebugScreenEntry
Debug Entry to display info about owned Game Stages.
-
Field Summary
Fields -
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) booleanisAllowed(boolean reducedDebugInfo)
-
Field Details
-
GROUP
public static final net.minecraft.resources.Identifier GROUP
-
-
Constructor Details
-
GameStagesDebugEntry
public GameStagesDebugEntry()
-
-
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
-
isAllowed
public boolean isAllowed(boolean reducedDebugInfo) - Specified by:
isAllowedin 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
-