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
    Modifier and Type
    Field
    Description
    static final net.minecraft.resources.Identifier
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull net.minecraft.client.gui.components.debug.DebugEntryCategory
     
    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)
     
    boolean
    isAllowed(boolean reducedDebugInfo)
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      display in interface net.minecraft.client.gui.components.debug.DebugScreenEntry
    • isAllowed

      public boolean isAllowed(boolean reducedDebugInfo)
      Specified by:
      isAllowed in interface net.minecraft.client.gui.components.debug.DebugScreenEntry
    • category

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