Enum Class ArmadilloEntity.State

java.lang.Object
java.lang.Enum<ArmadilloEntity.State>
net.minecraft.entity.passive.ArmadilloEntity.State
All Implemented Interfaces:
Serializable, Comparable<ArmadilloEntity.State>, Constable, StringIdentifiable
Enclosing class:
ArmadilloEntity

public static enum ArmadilloEntity.State extends Enum<ArmadilloEntity.State> implements StringIdentifiable
Mappings:
Namespace Name
official bzj$a
intermediary net/minecraft/class_9069$class_9070
named net/minecraft/entity/passive/ArmadilloEntity$State
  • Enum Constant Details

    • IDLE

      public static final ArmadilloEntity.State IDLE
      Mappings:
      Namespace Name Mixin selector
      official a Lbzj$a;a:Lbzj$a;
      intermediary field_47790 Lnet/minecraft/class_9069$class_9070;field_47790:Lnet/minecraft/class_9069$class_9070;
      named IDLE Lnet/minecraft/entity/passive/ArmadilloEntity$State;IDLE:Lnet/minecraft/entity/passive/ArmadilloEntity$State;
    • ROLLING

      public static final ArmadilloEntity.State ROLLING
      Mappings:
      Namespace Name Mixin selector
      official b Lbzj$a;b:Lbzj$a;
      intermediary field_47791 Lnet/minecraft/class_9069$class_9070;field_47791:Lnet/minecraft/class_9069$class_9070;
      named ROLLING Lnet/minecraft/entity/passive/ArmadilloEntity$State;ROLLING:Lnet/minecraft/entity/passive/ArmadilloEntity$State;
    • SCARED

      public static final ArmadilloEntity.State SCARED
      Mappings:
      Namespace Name Mixin selector
      official c Lbzj$a;c:Lbzj$a;
      intermediary field_47792 Lnet/minecraft/class_9069$class_9070;field_47792:Lnet/minecraft/class_9069$class_9070;
      named SCARED Lnet/minecraft/entity/passive/ArmadilloEntity$State;SCARED:Lnet/minecraft/entity/passive/ArmadilloEntity$State;
  • Field Details

    • CODEC

      Mappings:
      Namespace Name Mixin selector
      official e Lbzj$a;e:Lavl$a;
      intermediary field_47794 Lnet/minecraft/class_9069$class_9070;field_47794:Lnet/minecraft/class_3542$class_7292;
      named CODEC Lnet/minecraft/entity/passive/ArmadilloEntity$State;CODEC:Lnet/minecraft/util/StringIdentifiable$EnumCodec;
    • name

      final String name
      Mappings:
      Namespace Name Mixin selector
      official d Lbzj$a;d:Ljava/lang/String;
      intermediary field_47793 Lnet/minecraft/class_9069$class_9070;field_47793:Ljava/lang/String;
      named name Lnet/minecraft/entity/passive/ArmadilloEntity$State;name:Ljava/lang/String;
  • Constructor Details

    • State

      private State(String name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbzj$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_9069$class_9070;<init>(Ljava/lang/String;ILjava/lang/String;)V
      named <init> Lnet/minecraft/entity/passive/ArmadilloEntity$State;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static ArmadilloEntity.State[] 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 ArmadilloEntity.State 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
    • fromName

      public static ArmadilloEntity.State fromName(String name)
      Mappings:
      Namespace Name Mixin selector
      official a Lbzj$a;a(Ljava/lang/String;)Lbzj$a;
      intermediary method_55727 Lnet/minecraft/class_9069$class_9070;method_55727(Ljava/lang/String;)Lnet/minecraft/class_9069$class_9070;
      named fromName Lnet/minecraft/entity/passive/ArmadilloEntity$State;fromName(Ljava/lang/String;)Lnet/minecraft/entity/passive/ArmadilloEntity$State;
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      official c Lavl;c()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;