Package net.minecraft.village.raid
Enum Raid.Member
- All Implemented Interfaces:
Serializable,Comparable<Raid.Member>,java.lang.constant.Constable
- Enclosing class:
- Raid
static enum Raid.Member extends Enum<Raid.Member>
- Mappings:
Namespace Name official biq$bintermediary net/minecraft/class_3765$class_3766named net/minecraft/village/raid/Raid$Member
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description EVOKERPILLAGERRAVAGERVINDICATORWITCH -
Field Summary
Fields Modifier and Type Field Description private int[]countInWaveprivate EntityType<? extends RaiderEntity>typeprivate static Raid.Member[]VALUES -
Constructor Summary
Constructors Modifier Constructor Description privateMember(EntityType<? extends RaiderEntity> type, int[] countInWave) -
Method Summary
Modifier and Type Method Description static Raid.MembervalueOf(String name)Returns the enum constant of this type with the specified name.static Raid.Member[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
VINDICATOR
- Mappings:
Namespace Name Mixin selector official aLbiq$b;a:Lbiq$b;intermediary field_16631Lnet/minecraft/class_3765$class_3766;field_16631:Lnet/minecraft/class_3765$class_3766;named VINDICATORLnet/minecraft/village/raid/Raid$Member;VINDICATOR:Lnet/minecraft/village/raid/Raid$Member;
-
EVOKER
- Mappings:
Namespace Name Mixin selector official bLbiq$b;b:Lbiq$b;intermediary field_16634Lnet/minecraft/class_3765$class_3766;field_16634:Lnet/minecraft/class_3765$class_3766;named EVOKERLnet/minecraft/village/raid/Raid$Member;EVOKER:Lnet/minecraft/village/raid/Raid$Member;
-
PILLAGER
- Mappings:
Namespace Name Mixin selector official cLbiq$b;c:Lbiq$b;intermediary field_16633Lnet/minecraft/class_3765$class_3766;field_16633:Lnet/minecraft/class_3765$class_3766;named PILLAGERLnet/minecraft/village/raid/Raid$Member;PILLAGER:Lnet/minecraft/village/raid/Raid$Member;
-
WITCH
- Mappings:
Namespace Name Mixin selector official dLbiq$b;d:Lbiq$b;intermediary field_16635Lnet/minecraft/class_3765$class_3766;field_16635:Lnet/minecraft/class_3765$class_3766;named WITCHLnet/minecraft/village/raid/Raid$Member;WITCH:Lnet/minecraft/village/raid/Raid$Member;
-
RAVAGER
- Mappings:
Namespace Name Mixin selector official eLbiq$b;e:Lbiq$b;intermediary field_16630Lnet/minecraft/class_3765$class_3766;field_16630:Lnet/minecraft/class_3765$class_3766;named RAVAGERLnet/minecraft/village/raid/Raid$Member;RAVAGER:Lnet/minecraft/village/raid/Raid$Member;
-
-
Field Details
-
VALUES
- Mappings:
Namespace Name Mixin selector official fLbiq$b;f:[Lbiq$b;intermediary field_16636Lnet/minecraft/class_3765$class_3766;field_16636:[Lnet/minecraft/class_3765$class_3766;named VALUESLnet/minecraft/village/raid/Raid$Member;VALUES:[Lnet/minecraft/village/raid/Raid$Member;
-
type
- Mappings:
Namespace Name Mixin selector official gLbiq$b;g:Laqz;intermediary field_16629Lnet/minecraft/class_3765$class_3766;field_16629:Lnet/minecraft/class_1299;named typeLnet/minecraft/village/raid/Raid$Member;type:Lnet/minecraft/entity/EntityType;
-
countInWave
private final int[] countInWave- Mappings:
Namespace Name Mixin selector official hLbiq$b;h:[Iintermediary field_16628Lnet/minecraft/class_3765$class_3766;field_16628:[Inamed countInWaveLnet/minecraft/village/raid/Raid$Member;countInWave:[I
-
-
Constructor Details
-
Member
- Mappings:
Namespace Name Mixin selector official <init>Lbiq$b;<init>(Ljava/lang/String;ILaqz;[I)Vintermediary <init>Lnet/minecraft/class_3765$class_3766;<init>(Ljava/lang/String;ILnet/minecraft/class_1299;[I)Vnamed <init>Lnet/minecraft/village/raid/Raid$Member;<init>(Ljava/lang/String;ILnet/minecraft/entity/EntityType;[I)V
-
-
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
-