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 workingDirectory, com.mojang.datafixers.DataFixer dataFixer)
  • Method Details

    • load

      public void load()
    • resetStatuses

      private void resetStatuses(Map<Identifier, DebugScreenEntryStatus> newEntries)
    • resetToProfile

      private void resetToProfile(DebugScreenProfile profile)
    • loadProfile

      public void loadProfile(DebugScreenProfile profile)
    • getStatus

      public DebugScreenEntryStatus getStatus(Identifier location)
    • isCurrentlyEnabled

      public boolean isCurrentlyEnabled(Identifier location)
    • setStatus

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

      public boolean toggleStatus(Identifier location)
    • getCurrentlyEnabled

      public Collection<Identifier> getCurrentlyEnabled()
    • toggleDebugOverlay

      public void toggleDebugOverlay()
    • setOverlayVisible

      public void setOverlayVisible(boolean visible)
    • isOverlayVisible

      public boolean isOverlayVisible()
    • rebuildCurrentList

      public void rebuildCurrentList()
    • getCurrentlyEnabledVersion

      public long getCurrentlyEnabledVersion()
    • isUsingProfile

      public boolean isUsingProfile(DebugScreenProfile profile)
    • save

      public void save()