Enum Class SocialInteractionsScreen.Tab

java.lang.Object
java.lang.Enum<SocialInteractionsScreen.Tab>
net.minecraft.client.gui.screen.multiplayer.SocialInteractionsScreen.Tab
All Implemented Interfaces:
Serializable, Comparable<SocialInteractionsScreen.Tab>, Constable
Enclosing class:
SocialInteractionsScreen

@Environment(CLIENT) public static enum SocialInteractionsScreen.Tab extends Enum<SocialInteractionsScreen.Tab>
Mappings:
Namespace Name
official etc$a
intermediary net/minecraft/class_5522$class_5523
named net/minecraft/client/gui/screen/multiplayer/SocialInteractionsScreen$Tab
  • Enum Constant Details

    • ALL

      public static final SocialInteractionsScreen.Tab ALL
      Mappings:
      Namespace Name Mixin selector
      official a Letc$a;a:Letc$a;
      intermediary field_26890 Lnet/minecraft/class_5522$class_5523;field_26890:Lnet/minecraft/class_5522$class_5523;
      named ALL Lnet/minecraft/client/gui/screen/multiplayer/SocialInteractionsScreen$Tab;ALL:Lnet/minecraft/client/gui/screen/multiplayer/SocialInteractionsScreen$Tab;
    • HIDDEN

      public static final SocialInteractionsScreen.Tab HIDDEN
      Mappings:
      Namespace Name Mixin selector
      official b Letc$a;b:Letc$a;
      intermediary field_26891 Lnet/minecraft/class_5522$class_5523;field_26891:Lnet/minecraft/class_5522$class_5523;
      named HIDDEN Lnet/minecraft/client/gui/screen/multiplayer/SocialInteractionsScreen$Tab;HIDDEN:Lnet/minecraft/client/gui/screen/multiplayer/SocialInteractionsScreen$Tab;
    • BLOCKED

      public static final SocialInteractionsScreen.Tab BLOCKED
      Mappings:
      Namespace Name Mixin selector
      official c Letc$a;c:Letc$a;
      intermediary field_26921 Lnet/minecraft/class_5522$class_5523;field_26921:Lnet/minecraft/class_5522$class_5523;
      named BLOCKED Lnet/minecraft/client/gui/screen/multiplayer/SocialInteractionsScreen$Tab;BLOCKED:Lnet/minecraft/client/gui/screen/multiplayer/SocialInteractionsScreen$Tab;
  • Constructor Details

    • Tab

      private Tab()
  • Method Details

    • values

      public static SocialInteractionsScreen.Tab[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static SocialInteractionsScreen.Tab valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null