Interface ThermooDebugScreenEntry

All Superinterfaces:
net.minecraft.client.gui.components.debug.DebugScreenEntry
All Known Implementing Classes:
DebugEnvironmentComponents, DebugEnvironments, DebugSeasons, DebugSelfStatuses

@Environment(CLIENT) public interface ThermooDebugScreenEntry extends net.minecraft.client.gui.components.debug.DebugScreenEntry
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.client.gui.components.debug.DebugEntryCategory
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default net.minecraft.client.gui.components.debug.DebugEntryCategory
     

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

    display, isAllowed
  • Field Details

    • CATEGORY

      static final net.minecraft.client.gui.components.debug.DebugEntryCategory CATEGORY
  • Method Details

    • category

      default net.minecraft.client.gui.components.debug.DebugEntryCategory category()
      Specified by:
      category in interface net.minecraft.client.gui.components.debug.DebugScreenEntry