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 pGameDirectory)
  • Method Details

    • load

      public void load()
    • loadProfile

      public void loadProfile(DebugScreenProfile pProfile)
    • loadDefaultProfile

      private void loadDefaultProfile()
    • getStatus

      public DebugScreenEntryStatus getStatus(Identifier pEntry)
    • isCurrentlyEnabled

      public boolean isCurrentlyEnabled(Identifier pEntry)
    • setStatus

      public void setStatus(Identifier pEntry, DebugScreenEntryStatus pStatus)
    • toggleStatus

      public boolean toggleStatus(Identifier pLocation)
    • getCurrentlyEnabled

      public Collection<Identifier> getCurrentlyEnabled()
    • toggleDebugOverlay

      public void toggleDebugOverlay()
    • setOverlayVisible

      public void setOverlayVisible(boolean pOverlayVisible)
    • isOverlayVisible

      public boolean isOverlayVisible()
    • rebuildCurrentList

      public void rebuildCurrentList()
    • getCurrentlyEnabledVersion

      public long getCurrentlyEnabledVersion()
    • isUsingProfile

      public boolean isUsingProfile(DebugScreenProfile pProfile)
    • save

      public void save()