Package net.minecraft
Enum Class class_11108
- All Implemented Interfaces:
Serializable,Comparable<class_11108>,Constable
- Mappings:
Namespace Name named net/minecraft/class_11108intermediary net/minecraft/class_11108official fbz
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic class_11108Returns the enum constant of this class with the specified name.static class_11108[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NEVER_UNLOCKED
- Mappings:
Namespace Name Mixin selector named NEVER_UNLOCKEDLnet/minecraft/class_11108;NEVER_UNLOCKED:Lnet/minecraft/class_11108;intermediary field_59132Lnet/minecraft/class_11108;field_59132:Lnet/minecraft/class_11108;official aLfbz;a:Lfbz;
-
ALWAYS_UNLOCKED
- Mappings:
Namespace Name Mixin selector named ALWAYS_UNLOCKEDLnet/minecraft/class_11108;ALWAYS_UNLOCKED:Lnet/minecraft/class_11108;intermediary field_59133Lnet/minecraft/class_11108;field_59133:Lnet/minecraft/class_11108;official bLfbz;b:Lfbz;
-
UNLOCKED_BY_CONDITION
- Mappings:
Namespace Name Mixin selector named UNLOCKED_BY_CONDITIONLnet/minecraft/class_11108;UNLOCKED_BY_CONDITION:Lnet/minecraft/class_11108;intermediary field_59134Lnet/minecraft/class_11108;field_59134:Lnet/minecraft/class_11108;official cLfbz;c:Lfbz;
-
UNLOCKED_ON_WIN
- Mappings:
Namespace Name Mixin selector named UNLOCKED_ON_WINLnet/minecraft/class_11108;UNLOCKED_ON_WIN:Lnet/minecraft/class_11108;intermediary field_59135Lnet/minecraft/class_11108;field_59135:Lnet/minecraft/class_11108;official dLfbz;d:Lfbz;
-
-
Constructor Details
-
class_11108
private class_11108()
-
-
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
-