Package net.minecraft.village.raid
Enum Class Raid.Member
- All Implemented Interfaces:
- Serializable,- Comparable<Raid.Member>,- Constable
- Enclosing class:
- Raid
- Mappings:
- Namespace - Name - named - net/minecraft/village/raid/Raid$Member- intermediary - net/minecraft/class_3765$class_3766- official - cql$b
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) final int[](package private) final EntityType<? extends RaiderEntity> (package private) static final Raid.Member[]
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateMember(EntityType<? extends RaiderEntity> type, int[] countInWave) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic Raid.MemberReturns the enum constant of this class with the specified name.static Raid.Member[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
VINDICATOR- Mappings:
- Namespace - Name - Mixin selector - named - VINDICATOR- Lnet/minecraft/village/raid/Raid$Member;VINDICATOR:Lnet/minecraft/village/raid/Raid$Member;- intermediary - field_16631- Lnet/minecraft/class_3765$class_3766;field_16631:Lnet/minecraft/class_3765$class_3766;- official - a- Lcql$b;a:Lcql$b;
 
- 
EVOKER- Mappings:
- Namespace - Name - Mixin selector - named - EVOKER- Lnet/minecraft/village/raid/Raid$Member;EVOKER:Lnet/minecraft/village/raid/Raid$Member;- intermediary - field_16634- Lnet/minecraft/class_3765$class_3766;field_16634:Lnet/minecraft/class_3765$class_3766;- official - b- Lcql$b;b:Lcql$b;
 
- 
PILLAGER- Mappings:
- Namespace - Name - Mixin selector - named - PILLAGER- Lnet/minecraft/village/raid/Raid$Member;PILLAGER:Lnet/minecraft/village/raid/Raid$Member;- intermediary - field_16633- Lnet/minecraft/class_3765$class_3766;field_16633:Lnet/minecraft/class_3765$class_3766;- official - c- Lcql$b;c:Lcql$b;
 
- 
WITCH- Mappings:
- Namespace - Name - Mixin selector - named - WITCH- Lnet/minecraft/village/raid/Raid$Member;WITCH:Lnet/minecraft/village/raid/Raid$Member;- intermediary - field_16635- Lnet/minecraft/class_3765$class_3766;field_16635:Lnet/minecraft/class_3765$class_3766;- official - d- Lcql$b;d:Lcql$b;
 
- 
RAVAGER- Mappings:
- Namespace - Name - Mixin selector - named - RAVAGER- Lnet/minecraft/village/raid/Raid$Member;RAVAGER:Lnet/minecraft/village/raid/Raid$Member;- intermediary - field_16630- Lnet/minecraft/class_3765$class_3766;field_16630:Lnet/minecraft/class_3765$class_3766;- official - e- Lcql$b;e:Lcql$b;
 
 
- 
- 
Field Details- 
VALUES- Mappings:
- Namespace - Name - Mixin selector - named - VALUES- Lnet/minecraft/village/raid/Raid$Member;VALUES:[Lnet/minecraft/village/raid/Raid$Member;- intermediary - field_16636- Lnet/minecraft/class_3765$class_3766;field_16636:[Lnet/minecraft/class_3765$class_3766;- official - f- Lcql$b;f:[Lcql$b;
 
- 
type- Mappings:
- Namespace - Name - Mixin selector - named - type- Lnet/minecraft/village/raid/Raid$Member;type:Lnet/minecraft/entity/EntityType;- intermediary - field_16629- Lnet/minecraft/class_3765$class_3766;field_16629:Lnet/minecraft/class_1299;- official - g- Lcql$b;g:Lbut;
 
- 
countInWavefinal int[] countInWave- Mappings:
- Namespace - Name - Mixin selector - named - countInWave- Lnet/minecraft/village/raid/Raid$Member;countInWave:[I- intermediary - field_16628- Lnet/minecraft/class_3765$class_3766;field_16628:[I- official - h- Lcql$b;h:[I
 
 
- 
- 
Constructor Details- 
Member- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/village/raid/Raid$Member;<init>(Ljava/lang/String;ILnet/minecraft/entity/EntityType;[I)V- intermediary - <init>- Lnet/minecraft/class_3765$class_3766;<init>(Ljava/lang/String;ILnet/minecraft/class_1299;[I)V- official - <init>- Lcql$b;<init>(Ljava/lang/String;ILbut;[I)V
 
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
 
-