Class DebugSeasons

java.lang.Object
com.github.thedeathlycow.thermoo.impl.client.debug.DebugSeasons
All Implemented Interfaces:
ThermooDebugScreenEntry, net.minecraft.client.gui.components.debug.DebugScreenEntry

@Environment(CLIENT) public class DebugSeasons extends Object implements ThermooDebugScreenEntry
  • Field Summary

    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
  • Constructor Details

    • DebugSeasons

      public DebugSeasons()
  • 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