Class DebugEnvironments
java.lang.Object
com.github.thedeathlycow.thermoo.impl.client.debug.DebugEnvironments
- All Implemented Interfaces:
ThermooDebugScreenEntry, net.minecraft.client.gui.components.debug.DebugScreenEntry
@Environment(CLIENT)
public class DebugEnvironments
extends Object
implements ThermooDebugScreenEntry
-
Field Summary
FieldsFields inherited from interface ThermooDebugScreenEntry
CATEGORY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddisplay(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
isAllowedMethods inherited from interface ThermooDebugScreenEntry
category
-
Field Details
-
GROUP
public static final net.minecraft.resources.Identifier GROUP
-
-
Constructor Details
-
DebugEnvironments
public DebugEnvironments()
-
-
Method Details
-
display
public void display(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
-