Class DebugScreenEntryList

java.lang.Object
net.minecraft.client.gui.components.debug.DebugScreenEntryList

public class DebugScreenEntryList extends Object
  • Field Details

  • Constructor Details

    • DebugScreenEntryList

      public DebugScreenEntryList(File gameDirectory)
  • Method Details

    • load

      public void load()
    • loadProfile

      public void loadProfile(DebugScreenProfile profile)
    • loadDefaultProfile

      private void loadDefaultProfile()
    • getStatus

      public DebugScreenEntryStatus getStatus(Identifier entry)
    • isCurrentlyEnabled

      public boolean isCurrentlyEnabled(Identifier entry)
    • setStatus

      public void setStatus(Identifier entry, DebugScreenEntryStatus status)
    • toggleStatus

      public boolean toggleStatus(Identifier location)
    • getCurrentlyEnabled

      public Collection<Identifier> getCurrentlyEnabled()
    • toggleDebugOverlay

      public void toggleDebugOverlay()
    • setOverlayVisible

      public void setOverlayVisible(boolean overlayVisible)
    • isOverlayVisible

      public boolean isOverlayVisible()
    • rebuildCurrentList

      public void rebuildCurrentList()
    • getCurrentlyEnabledVersion

      public long getCurrentlyEnabledVersion()
    • isUsingProfile

      public boolean isUsingProfile(DebugScreenProfile profile)
    • save

      public void save()