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 exh$a
intermediary net/minecraft/class_5522$class_5523
named net/minecraft/client/gui/screen/multiplayer/SocialInteractionsScreen$Tab
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SocialInteractionsScreen.Tab
Returns the enum constant of this class with the specified name.static SocialInteractionsScreen.Tab[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ALL
- Mappings:
Namespace Name Mixin selector official a
Lexh$a;a:Lexh$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
- Mappings:
Namespace Name Mixin selector official b
Lexh$a;b:Lexh$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
- Mappings:
Namespace Name Mixin selector official c
Lexh$a;c:Lexh$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
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
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 nameNullPointerException
- if the argument is null
-