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

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.Identifier
     

    Fields inherited from interface ThermooDebugScreenEntry

    CATEGORY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.client.gui.components.debug.DebugScreenEntry

    isAllowed

    Methods 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:
      display in interface net.minecraft.client.gui.components.debug.DebugScreenEntry