Package net.minecraft
Enum Class class_12094
- All Implemented Interfaces:
Serializable,Comparable<class_12094>,Constable,StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/class_12094intermediary net/minecraft/class_12094official bbr
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<class_12094> static final com.mojang.serialization.Codec<class_12094> private static final IntFunction<class_12094> private final Stringprivate final intFields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.intstatic class_12094method_75027(int int2) booleanmethod_75028(class_12094 class_12094) static class_12094Returns the enum constant of this class with the specified name.static class_12094[]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 named ALLLnet/minecraft/class_12094;ALL:Lnet/minecraft/class_12094;intermediary field_63196Lnet/minecraft/class_12094;field_63196:Lnet/minecraft/class_12094;official aLbbr;a:Lbbr;
-
MODERATORS
- Mappings:
Namespace Name Mixin selector named MODERATORSLnet/minecraft/class_12094;MODERATORS:Lnet/minecraft/class_12094;intermediary field_63197Lnet/minecraft/class_12094;field_63197:Lnet/minecraft/class_12094;official bLbbr;b:Lbbr;
-
GAMEMASTERS
- Mappings:
Namespace Name Mixin selector named GAMEMASTERSLnet/minecraft/class_12094;GAMEMASTERS:Lnet/minecraft/class_12094;intermediary field_63198Lnet/minecraft/class_12094;field_63198:Lnet/minecraft/class_12094;official cLbbr;c:Lbbr;
-
ADMINS
- Mappings:
Namespace Name Mixin selector named ADMINSLnet/minecraft/class_12094;ADMINS:Lnet/minecraft/class_12094;intermediary field_63199Lnet/minecraft/class_12094;field_63199:Lnet/minecraft/class_12094;official dLbbr;d:Lbbr;
-
OWNERS
- Mappings:
Namespace Name Mixin selector named OWNERSLnet/minecraft/class_12094;OWNERS:Lnet/minecraft/class_12094;intermediary field_63200Lnet/minecraft/class_12094;field_63200:Lnet/minecraft/class_12094;official eLbbr;e:Lbbr;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/class_12094;CODEC:Lcom/mojang/serialization/Codec;intermediary field_63201Lnet/minecraft/class_12094;field_63201:Lcom/mojang/serialization/Codec;official fLbbr;f:Lcom/mojang/serialization/Codec;
-
field_63203
- Mappings:
Namespace Name Mixin selector named field_63203Lnet/minecraft/class_12094;field_63203:Ljava/util/function/IntFunction;intermediary field_63203Lnet/minecraft/class_12094;field_63203:Ljava/util/function/IntFunction;official hLbbr;h:Ljava/util/function/IntFunction;
-
field_63202
- Mappings:
Namespace Name Mixin selector named field_63202Lnet/minecraft/class_12094;field_63202:Lcom/mojang/serialization/Codec;intermediary field_63202Lnet/minecraft/class_12094;field_63202:Lcom/mojang/serialization/Codec;official gLbbr;g:Lcom/mojang/serialization/Codec;
-
field_63204
- Mappings:
Namespace Name Mixin selector named field_63204Lnet/minecraft/class_12094;field_63204:Ljava/lang/String;intermediary field_63204Lnet/minecraft/class_12094;field_63204:Ljava/lang/String;official iLbbr;i:Ljava/lang/String;
-
field_63205
private final int field_63205- Mappings:
Namespace Name Mixin selector named field_63205Lnet/minecraft/class_12094;field_63205:Iintermediary field_63205Lnet/minecraft/class_12094;field_63205:Iofficial jLbbr;j:I
-
-
Constructor Details
-
class_12094
-
-
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
-
method_75028
- Mappings:
Namespace Name Mixin selector named method_75028Lnet/minecraft/class_12094;method_75028(Lnet/minecraft/class_12094;)Zintermediary method_75028Lnet/minecraft/class_12094;method_75028(Lnet/minecraft/class_12094;)Zofficial aLbbr;a(Lbbr;)Z
-
method_75027
- Mappings:
Namespace Name Mixin selector named method_75027Lnet/minecraft/class_12094;method_75027(I)Lnet/minecraft/class_12094;intermediary method_75027Lnet/minecraft/class_12094;method_75027(I)Lnet/minecraft/class_12094;official aLbbr;a(I)Lbbr;
-
method_75026
public int method_75026()- Mappings:
Namespace Name Mixin selector named method_75026Lnet/minecraft/class_12094;method_75026()Iintermediary method_75026Lnet/minecraft/class_12094;method_75026()Iofficial aLbbr;a()I
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;official cLbhi;c()Ljava/lang/String;
-