Package net.minecraft
Enum Class class_10981.class_10982
- All Implemented Interfaces:
Serializable,Comparable<class_10981.class_10982>,Constable,StringIdentifiable
- Enclosing class:
class_10981
public static enum class_10981.class_10982
extends Enum<class_10981.class_10982>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/class_10981$class_10982intermediary net/minecraft/class_10981$class_10982official bwe$a
-
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
Fields 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.static class_10981.class_10982Returns the enum constant of this class with the specified name.static class_10981.class_10982[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ONGOING
- Mappings:
Namespace Name Mixin selector named ONGOINGLnet/minecraft/class_10981$class_10982;ONGOING:Lnet/minecraft/class_10981$class_10982;intermediary field_58510Lnet/minecraft/class_10981$class_10982;field_58510:Lnet/minecraft/class_10981$class_10982;official aLbwe$a;a:Lbwe$a;
-
WON
- Mappings:
Namespace Name Mixin selector named WONLnet/minecraft/class_10981$class_10982;WON:Lnet/minecraft/class_10981$class_10982;intermediary field_58511Lnet/minecraft/class_10981$class_10982;field_58511:Lnet/minecraft/class_10981$class_10982;official bLbwe$a;b:Lbwe$a;
-
FAILED
- Mappings:
Namespace Name Mixin selector named FAILEDLnet/minecraft/class_10981$class_10982;FAILED:Lnet/minecraft/class_10981$class_10982;intermediary field_58512Lnet/minecraft/class_10981$class_10982;field_58512:Lnet/minecraft/class_10981$class_10982;official cLbwe$a;c:Lbwe$a;
-
-
Constructor Details
-
class_10982
private class_10982()
-
-
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
-
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 cLbbv;c()Ljava/lang/String;
-