Class DebugHudProfile

java.lang.Object
net.minecraft.client.gui.hud.debug.DebugHudProfile

@Environment(CLIENT) public class DebugHudProfile extends Object
Mappings:
Namespace Name
named net/minecraft/client/gui/hud/debug/DebugHudProfile
intermediary net/minecraft/class_11633
official ggj
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      named LOGGER Lnet/minecraft/client/gui/hud/debug/DebugHudProfile;LOGGER:Lorg/slf4j/Logger;
      intermediary field_61585 Lnet/minecraft/class_11633;field_61585:Lorg/slf4j/Logger;
      official a Lggj;a:Lorg/slf4j/Logger;
    • visibilityMap

      private Map<Identifier,DebugHudEntryVisibility> visibilityMap
      Mappings:
      Namespace Name Mixin selector
      named visibilityMap Lnet/minecraft/client/gui/hud/debug/DebugHudProfile;visibilityMap:Ljava/util/Map;
      intermediary field_61586 Lnet/minecraft/class_11633;field_61586:Ljava/util/Map;
      official b Lggj;b:Ljava/util/Map;
    • visibleEntries

      private final List<Identifier> visibleEntries
      Mappings:
      Namespace Name Mixin selector
      named visibleEntries Lnet/minecraft/client/gui/hud/debug/DebugHudProfile;visibleEntries:Ljava/util/List;
      intermediary field_61587 Lnet/minecraft/class_11633;field_61587:Ljava/util/List;
      official c Lggj;c:Ljava/util/List;
    • f3Enabled

      private boolean f3Enabled
      Mappings:
      Namespace Name Mixin selector
      named f3Enabled Lnet/minecraft/client/gui/hud/debug/DebugHudProfile;f3Enabled:Z
      intermediary field_61588 Lnet/minecraft/class_11633;field_61588:Z
      official d Lggj;d:Z
    • type

      Mappings:
      Namespace Name Mixin selector
      named type Lnet/minecraft/client/gui/hud/debug/DebugHudProfile;type:Lnet/minecraft/client/gui/hud/debug/DebugProfileType;
      intermediary field_61589 Lnet/minecraft/class_11633;field_61589:Lnet/minecraft/class_11636;
      official e Lggj;e:Lggl;
    • file

      private final File file
      Mappings:
      Namespace Name Mixin selector
      named file Lnet/minecraft/client/gui/hud/debug/DebugHudProfile;file:Ljava/io/File;
      intermediary field_61590 Lnet/minecraft/class_11633;field_61590:Ljava/io/File;
      official f Lggj;f:Ljava/io/File;
    • version

      private long version
      Mappings:
      Namespace Name Mixin selector
      named version Lnet/minecraft/client/gui/hud/debug/DebugHudProfile;version:J
      intermediary field_63063 Lnet/minecraft/class_11633;field_63063:J
      official g Lggj;g:J
  • Constructor Details

    • DebugHudProfile

      public DebugHudProfile(File file)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/hud/debug/DebugHudProfile;<init>(Ljava/io/File;)V
      intermediary <init> Lnet/minecraft/class_11633;<init>(Ljava/io/File;)V
      official <init> Lggj;<init>(Ljava/io/File;)V
  • Method Details

    • readProfileFile

      public void readProfileFile()
      Mappings:
      Namespace Name Mixin selector
      named readProfileFile Lnet/minecraft/client/gui/hud/debug/DebugHudProfile;readProfileFile()V
      intermediary method_72765 Lnet/minecraft/class_11633;method_72765()V
      official a Lggj;a()V
    • setProfileType

      public void setProfileType(DebugProfileType type)
      Mappings:
      Namespace Name Mixin selector
      named setProfileType Lnet/minecraft/client/gui/hud/debug/DebugHudProfile;setProfileType(Lnet/minecraft/client/gui/hud/debug/DebugProfileType;)V
      intermediary method_72768 Lnet/minecraft/class_11633;method_72768(Lnet/minecraft/class_11636;)V
      official a Lggj;a(Lggl;)V
    • setToDefault

      private void setToDefault()
      Mappings:
      Namespace Name Mixin selector
      named setToDefault Lnet/minecraft/client/gui/hud/debug/DebugHudProfile;setToDefault()V
      intermediary method_72779 Lnet/minecraft/class_11633;method_72779()V
      official h Lggj;h()V
    • getVisibility

      public DebugHudEntryVisibility getVisibility(Identifier entryId)
      Mappings:
      Namespace Name Mixin selector
      named getVisibility Lnet/minecraft/client/gui/hud/debug/DebugHudProfile;getVisibility(Lnet/minecraft/util/Identifier;)Lnet/minecraft/client/gui/hud/debug/DebugHudEntryVisibility;
      intermediary method_72766 Lnet/minecraft/class_11633;method_72766(Lnet/minecraft/class_2960;)Lnet/minecraft/class_11635;
      official a Lggj;a(Lamj;)Lggk;
    • isEntryVisible

      public boolean isEntryVisible(Identifier entryId)
      Mappings:
      Namespace Name Mixin selector
      named isEntryVisible Lnet/minecraft/client/gui/hud/debug/DebugHudProfile;isEntryVisible(Lnet/minecraft/util/Identifier;)Z
      intermediary method_72772 Lnet/minecraft/class_11633;method_72772(Lnet/minecraft/class_2960;)Z
      official b Lggj;b(Lamj;)Z
    • setEntryVisibility

      public void setEntryVisibility(Identifier entryId, DebugHudEntryVisibility visibility)
      Mappings:
      Namespace Name Mixin selector
      named setEntryVisibility Lnet/minecraft/client/gui/hud/debug/DebugHudProfile;setEntryVisibility(Lnet/minecraft/util/Identifier;Lnet/minecraft/client/gui/hud/debug/DebugHudEntryVisibility;)V
      intermediary method_72767 Lnet/minecraft/class_11633;method_72767(Lnet/minecraft/class_2960;Lnet/minecraft/class_11635;)V
      official a Lggj;a(Lamj;Lggk;)V
    • toggleVisibility

      public boolean toggleVisibility(Identifier entryId)
      Mappings:
      Namespace Name Mixin selector
      named toggleVisibility Lnet/minecraft/client/gui/hud/debug/DebugHudProfile;toggleVisibility(Lnet/minecraft/util/Identifier;)Z
      intermediary method_72775 Lnet/minecraft/class_11633;method_72775(Lnet/minecraft/class_2960;)Z
      official c Lggj;c(Lamj;)Z
    • getVisibleEntries

      public Collection<Identifier> getVisibleEntries()
      Mappings:
      Namespace Name Mixin selector
      named getVisibleEntries Lnet/minecraft/client/gui/hud/debug/DebugHudProfile;getVisibleEntries()Ljava/util/Collection;
      intermediary method_72771 Lnet/minecraft/class_11633;method_72771()Ljava/util/Collection;
      official b Lggj;b()Ljava/util/Collection;
    • toggleF3Enabled

      public void toggleF3Enabled()
      Mappings:
      Namespace Name Mixin selector
      named toggleF3Enabled Lnet/minecraft/client/gui/hud/debug/DebugHudProfile;toggleF3Enabled()V
      intermediary method_72774 Lnet/minecraft/class_11633;method_72774()V
      official c Lggj;c()V
    • setF3Enabled

      public void setF3Enabled(boolean f3Enabled)
      Mappings:
      Namespace Name Mixin selector
      named setF3Enabled Lnet/minecraft/client/gui/hud/debug/DebugHudProfile;setF3Enabled(Z)V
      intermediary method_72770 Lnet/minecraft/class_11633;method_72770(Z)V
      official a Lggj;a(Z)V
    • isF3Enabled

      public boolean isF3Enabled()
      Mappings:
      Namespace Name Mixin selector
      named isF3Enabled Lnet/minecraft/client/gui/hud/debug/DebugHudProfile;isF3Enabled()Z
      intermediary method_72776 Lnet/minecraft/class_11633;method_72776()Z
      official d Lggj;d()Z
    • updateVisibleEntries

      public void updateVisibleEntries()
      Mappings:
      Namespace Name Mixin selector
      named updateVisibleEntries Lnet/minecraft/client/gui/hud/debug/DebugHudProfile;updateVisibleEntries()V
      intermediary method_72777 Lnet/minecraft/class_11633;method_72777()V
      official e Lggj;e()V
    • getVersion

      public long getVersion()
      Mappings:
      Namespace Name Mixin selector
      named getVersion Lnet/minecraft/client/gui/hud/debug/DebugHudProfile;getVersion()J
      intermediary method_74914 Lnet/minecraft/class_11633;method_74914()J
      official f Lggj;f()J
    • profileTypeMatches

      public boolean profileTypeMatches(DebugProfileType type)
      Mappings:
      Namespace Name Mixin selector
      named profileTypeMatches Lnet/minecraft/client/gui/hud/debug/DebugHudProfile;profileTypeMatches(Lnet/minecraft/client/gui/hud/debug/DebugProfileType;)Z
      intermediary method_72773 Lnet/minecraft/class_11633;method_72773(Lnet/minecraft/class_11636;)Z
      official b Lggj;b(Lggl;)Z
    • saveProfileFile

      public void saveProfileFile()
      Mappings:
      Namespace Name Mixin selector
      named saveProfileFile Lnet/minecraft/client/gui/hud/debug/DebugHudProfile;saveProfileFile()V
      intermediary method_72778 Lnet/minecraft/class_11633;method_72778()V
      official g Lggj;g()V