Klasse BundleDebugEntry

java.lang.Object
de.luckymcdev.foundryengine.client.debug.screen.BundleDebugEntry
Alle implementierten Schnittstellen:
net.minecraft.client.gui.components.debug.DebugScreenEntry

public class BundleDebugEntry extends Object implements net.minecraft.client.gui.components.debug.DebugScreenEntry
Debug Entry to display info about Bundles.
  • Feldübersicht

    Felder
    Modifikator und Typ
    Feld
    Beschreibung
    static final net.minecraft.resources.Identifier
     
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifikator und Typ
    Methode
    Beschreibung
    @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)
     

    Von Klasse geerbte Methoden Object

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

    • GROUP

      public static final net.minecraft.resources.Identifier GROUP
  • Konstruktordetails

    • BundleDebugEntry

      public BundleDebugEntry(BundleManager manager)
  • Methodendetails

    • 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)
      Angegeben von:
      display in Schnittstelle net.minecraft.client.gui.components.debug.DebugScreenEntry
    • isAllowed

      public boolean isAllowed(boolean reducedDebugInfo)
      Angegeben von:
      isAllowed in Schnittstelle net.minecraft.client.gui.components.debug.DebugScreenEntry
    • category

      public @NonNull net.minecraft.client.gui.components.debug.DebugEntryCategory category()
      Angegeben von:
      category in Schnittstelle net.minecraft.client.gui.components.debug.DebugScreenEntry