Package net.minecraft.aprilfools.event
Enum Class MineEvent.Status
- All Implemented Interfaces:
Serializable,Comparable<MineEvent.Status>,Constable,StringIdentifiable
- Enclosing interface:
MineEvent
- Mappings:
Namespace Name named net/minecraft/aprilfools/event/MineEvent$Statusintermediary net/minecraft/class_11099$class_11100official fbs$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
FieldsFields 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 MineEvent.StatusReturns the enum constant of this class with the specified name.static MineEvent.Status[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ACTIVE
- Mappings:
Namespace Name Mixin selector named ACTIVELnet/minecraft/aprilfools/event/MineEvent$Status;ACTIVE:Lnet/minecraft/aprilfools/event/MineEvent$Status;intermediary field_59094Lnet/minecraft/class_11099$class_11100;field_59094:Lnet/minecraft/class_11099$class_11100;official aLfbs$a;a:Lfbs$a;
-
WON
- Mappings:
Namespace Name Mixin selector named WONLnet/minecraft/aprilfools/event/MineEvent$Status;WON:Lnet/minecraft/aprilfools/event/MineEvent$Status;intermediary field_59095Lnet/minecraft/class_11099$class_11100;field_59095:Lnet/minecraft/class_11099$class_11100;official bLfbs$a;b:Lfbs$a;
-
FAILED
- Mappings:
Namespace Name Mixin selector named FAILEDLnet/minecraft/aprilfools/event/MineEvent$Status;FAILED:Lnet/minecraft/aprilfools/event/MineEvent$Status;intermediary field_59096Lnet/minecraft/class_11099$class_11100;field_59096:Lnet/minecraft/class_11099$class_11100;official cLfbs$a;c:Lfbs$a;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODECLnet/minecraft/aprilfools/event/MineEvent$Status;CODEC:Lcom/mojang/serialization/Codec;intermediary field_59097Lnet/minecraft/class_11099$class_11100;field_59097:Lcom/mojang/serialization/Codec;official dLfbs$a;d:Lcom/mojang/serialization/Codec;
-
-
Constructor Details
-
Status
private Status()
-
-
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;
-