Enum Class Raid.Member

java.lang.Object
java.lang.Enum<Raid.Member>
net.minecraft.village.raid.Raid.Member
All Implemented Interfaces:
Serializable, Comparable<Raid.Member>, Constable
Enclosing class:
Raid

private static enum Raid.Member extends Enum<Raid.Member>
Mappings:
Namespace Name
official bxw$b
intermediary net/minecraft/class_3765$class_3766
named net/minecraft/village/raid/Raid$Member
  • Enum Constant Details

    • VINDICATOR

      public static final Raid.Member VINDICATOR
      Mappings:
      Namespace Name Mixin selector
      official a Lbxw$b;a:Lbxw$b;
      intermediary field_16631 Lnet/minecraft/class_3765$class_3766;field_16631:Lnet/minecraft/class_3765$class_3766;
      named VINDICATOR Lnet/minecraft/village/raid/Raid$Member;VINDICATOR:Lnet/minecraft/village/raid/Raid$Member;
    • EVOKER

      public static final Raid.Member EVOKER
      Mappings:
      Namespace Name Mixin selector
      official b Lbxw$b;b:Lbxw$b;
      intermediary field_16634 Lnet/minecraft/class_3765$class_3766;field_16634:Lnet/minecraft/class_3765$class_3766;
      named EVOKER Lnet/minecraft/village/raid/Raid$Member;EVOKER:Lnet/minecraft/village/raid/Raid$Member;
    • PILLAGER

      public static final Raid.Member PILLAGER
      Mappings:
      Namespace Name Mixin selector
      official c Lbxw$b;c:Lbxw$b;
      intermediary field_16633 Lnet/minecraft/class_3765$class_3766;field_16633:Lnet/minecraft/class_3765$class_3766;
      named PILLAGER Lnet/minecraft/village/raid/Raid$Member;PILLAGER:Lnet/minecraft/village/raid/Raid$Member;
    • WITCH

      public static final Raid.Member WITCH
      Mappings:
      Namespace Name Mixin selector
      official d Lbxw$b;d:Lbxw$b;
      intermediary field_16635 Lnet/minecraft/class_3765$class_3766;field_16635:Lnet/minecraft/class_3765$class_3766;
      named WITCH Lnet/minecraft/village/raid/Raid$Member;WITCH:Lnet/minecraft/village/raid/Raid$Member;
    • RAVAGER

      public static final Raid.Member RAVAGER
      Mappings:
      Namespace Name Mixin selector
      official e Lbxw$b;e:Lbxw$b;
      intermediary field_16630 Lnet/minecraft/class_3765$class_3766;field_16630:Lnet/minecraft/class_3765$class_3766;
      named RAVAGER Lnet/minecraft/village/raid/Raid$Member;RAVAGER:Lnet/minecraft/village/raid/Raid$Member;
  • Field Details

    • VALUES

      static final Raid.Member[] VALUES
      Mappings:
      Namespace Name Mixin selector
      official f Lbxw$b;f:[Lbxw$b;
      intermediary field_16636 Lnet/minecraft/class_3765$class_3766;field_16636:[Lnet/minecraft/class_3765$class_3766;
      named VALUES Lnet/minecraft/village/raid/Raid$Member;VALUES:[Lnet/minecraft/village/raid/Raid$Member;
    • type

      final EntityType<? extends RaiderEntity> type
      Mappings:
      Namespace Name Mixin selector
      official g Lbxw$b;g:Lbdv;
      intermediary field_16629 Lnet/minecraft/class_3765$class_3766;field_16629:Lnet/minecraft/class_1299;
      named type Lnet/minecraft/village/raid/Raid$Member;type:Lnet/minecraft/entity/EntityType;
    • countInWave

      final int[] countInWave
      Mappings:
      Namespace Name Mixin selector
      official h Lbxw$b;h:[I
      intermediary field_16628 Lnet/minecraft/class_3765$class_3766;field_16628:[I
      named countInWave Lnet/minecraft/village/raid/Raid$Member;countInWave:[I
  • Constructor Details

    • Member

      private Member(EntityType<? extends RaiderEntity> type, int[] countInWave)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbxw$b;<init>(Ljava/lang/String;ILbdv;[I)V
      intermediary <init> Lnet/minecraft/class_3765$class_3766;<init>(Ljava/lang/String;ILnet/minecraft/class_1299;[I)V
      named <init> Lnet/minecraft/village/raid/Raid$Member;<init>(Ljava/lang/String;ILnet/minecraft/entity/EntityType;[I)V
  • Method Details

    • values

      public static Raid.Member[] 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

      public static Raid.Member valueOf(String name)
      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 name
      NullPointerException - if the argument is null