Class SimpleDebugScreenEntry

java.lang.Object
de.luckymcdev.foundryengine.client.debug.screen.SimpleDebugScreenEntry
All Implemented Interfaces:
net.minecraft.client.gui.components.debug.DebugScreenEntry

public class SimpleDebugScreenEntry extends Object implements net.minecraft.client.gui.components.debug.DebugScreenEntry
An Inline Implementation of a DebugScreenEntry. For Rendering see SimpleDebugScreenRenderer
  • Constructor Details

  • 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
    • category

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