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$aintermediary net/minecraft/class_5522$class_5523named 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 privateTab() -
Method Summary
Modifier and Type Method Description static SocialInteractionsScreen.TabvalueOf(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 aLdyq$a;a:Ldyq$a;intermediary field_26890Lnet/minecraft/class_5522$class_5523;field_26890:Lnet/minecraft/class_5522$class_5523;named ALLLnet/minecraft/client/gui/screen/multiplayer/SocialInteractionsScreen$Tab;ALL:Lnet/minecraft/client/gui/screen/multiplayer/SocialInteractionsScreen$Tab;
-
HIDDEN
- Mappings:
Namespace Name Mixin selector official bLdyq$a;b:Ldyq$a;intermediary field_26891Lnet/minecraft/class_5522$class_5523;field_26891:Lnet/minecraft/class_5522$class_5523;named HIDDENLnet/minecraft/client/gui/screen/multiplayer/SocialInteractionsScreen$Tab;HIDDEN:Lnet/minecraft/client/gui/screen/multiplayer/SocialInteractionsScreen$Tab;
-
BLOCKED
- Mappings:
Namespace Name Mixin selector official cLdyq$a;c:Ldyq$a;intermediary field_26921Lnet/minecraft/class_5522$class_5523;field_26921:Lnet/minecraft/class_5522$class_5523;named BLOCKEDLnet/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
-