Enum Class Armadillo.ArmadilloState

java.lang.Object
java.lang.Enum<Armadillo.ArmadilloState>
net.minecraft.world.entity.animal.armadillo.Armadillo.ArmadilloState
All Implemented Interfaces:
Serializable, Comparable<Armadillo.ArmadilloState>, Constable, StringRepresentable
Enclosing class:
Armadillo

public static enum Armadillo.ArmadilloState extends Enum<Armadillo.ArmadilloState> implements StringRepresentable
  • Enum Constant Details

  • Field Details

  • Constructor Details

    • ArmadilloState

      private ArmadilloState(String p_316309_, boolean p_326269_, int p_320184_, int p_326087_)
  • Method Details

    • values

      public static Armadillo.ArmadilloState[] 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 Armadillo.ArmadilloState 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 Armadillo.ArmadilloState fromName(String p_316203_)
    • getSerializedName

      public String getSerializedName()
      Specified by:
      getSerializedName in interface StringRepresentable
    • id

      private int id()
    • shouldHideInShell

      public abstract boolean shouldHideInShell(long p_326488_)
    • isThreatened

      public boolean isThreatened()
    • animationDuration

      public int animationDuration()