Enum 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>
,java.lang.constant.Constable
- Enclosing class:
- SocialInteractionsScreen
@Environment(CLIENT) public static enum SocialInteractionsScreen.Tab extends Enum<SocialInteractionsScreen.Tab>
- Mappings:
Namespace Name official dyq$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
Constructors Modifier Constructor Description private
Tab()
-
Method Summary
Modifier and Type Method Description static SocialInteractionsScreen.Tab
valueOf(String name)
Returns the enum constant of this type with the specified name.static SocialInteractionsScreen.Tab[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ALL
- Mappings:
Namespace Name Mixin selector official a
Ldyq$a;a:Ldyq$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
Ldyq$a;b:Ldyq$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
Ldyq$a;c:Ldyq$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 type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-