Package net.minecraft.village.raid
Enum Raid.Status
- All Implemented Interfaces:
Serializable,Comparable<Raid.Status>,java.lang.constant.Constable
- Enclosing class:
- Raid
static enum Raid.Status extends Enum<Raid.Status>
- Mappings:
Namespace Name official biq$aintermediary net/minecraft/class_3765$class_4259named net/minecraft/village/raid/Raid$Status
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
-
Field Summary
Fields Modifier and Type Field Description private static Raid.Status[]VALUES -
Constructor Summary
Constructors Modifier Constructor Description privateStatus() -
Method Summary
Modifier and Type Method Description private static Raid.StatusfromName(String name)StringgetName()static Raid.StatusvalueOf(String name)Returns the enum constant of this type with the specified name.static Raid.Status[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ONGOING
- Mappings:
Namespace Name Mixin selector official aLbiq$a;a:Lbiq$a;intermediary field_19026Lnet/minecraft/class_3765$class_4259;field_19026:Lnet/minecraft/class_3765$class_4259;named ONGOINGLnet/minecraft/village/raid/Raid$Status;ONGOING:Lnet/minecraft/village/raid/Raid$Status;
-
VICTORY
- Mappings:
Namespace Name Mixin selector official bLbiq$a;b:Lbiq$a;intermediary field_19027Lnet/minecraft/class_3765$class_4259;field_19027:Lnet/minecraft/class_3765$class_4259;named VICTORYLnet/minecraft/village/raid/Raid$Status;VICTORY:Lnet/minecraft/village/raid/Raid$Status;
-
LOSS
- Mappings:
Namespace Name Mixin selector official cLbiq$a;c:Lbiq$a;intermediary field_19028Lnet/minecraft/class_3765$class_4259;field_19028:Lnet/minecraft/class_3765$class_4259;named LOSSLnet/minecraft/village/raid/Raid$Status;LOSS:Lnet/minecraft/village/raid/Raid$Status;
-
STOPPED
- Mappings:
Namespace Name Mixin selector official dLbiq$a;d:Lbiq$a;intermediary field_19029Lnet/minecraft/class_3765$class_4259;field_19029:Lnet/minecraft/class_3765$class_4259;named STOPPEDLnet/minecraft/village/raid/Raid$Status;STOPPED:Lnet/minecraft/village/raid/Raid$Status;
-
-
Field Details
-
VALUES
- Mappings:
Namespace Name Mixin selector official eLbiq$a;e:[Lbiq$a;intermediary field_19030Lnet/minecraft/class_3765$class_4259;field_19030:[Lnet/minecraft/class_3765$class_4259;named VALUESLnet/minecraft/village/raid/Raid$Status;VALUES:[Lnet/minecraft/village/raid/Raid$Status;
-
-
Constructor Details
-
Status
private Status()
-
-
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
-
fromName
- Mappings:
Namespace Name Mixin selector official bLbiq$a;b(Ljava/lang/String;)Lbiq$a;intermediary method_20028Lnet/minecraft/class_3765$class_4259;method_20028(Ljava/lang/String;)Lnet/minecraft/class_3765$class_4259;named fromNameLnet/minecraft/village/raid/Raid$Status;fromName(Ljava/lang/String;)Lnet/minecraft/village/raid/Raid$Status;
-
getName
- Mappings:
Namespace Name Mixin selector official aLbiq$a;a()Ljava/lang/String;intermediary method_20026Lnet/minecraft/class_3765$class_4259;method_20026()Ljava/lang/String;named getNameLnet/minecraft/village/raid/Raid$Status;getName()Ljava/lang/String;
-