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
named net/minecraft/client/gui/screen/multiplayer/SocialInteractionsScreen$Tab
intermediary net/minecraft/class_5522$class_5523
official fze$a
  • Enum Constant Details Link icon

    • ALL Link icon

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

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

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

    • Tab Link icon

      private Tab()
  • Method Details Link icon

    • values Link icon

      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 Link icon

      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