java.lang.Object
java.lang.Enum<ChrysalisStyle>
pers.saikel0rado1iu.spontaneousreplace.cobwebbed.block.chrysalis.ChrysalisStyle
所有已实现的接口:
Serializable, Comparable<ChrysalisStyle>, Constable, net.minecraft.util.StringIdentifiable

public enum ChrysalisStyle extends Enum<ChrysalisStyle> implements net.minecraft.util.StringIdentifiable

茧蛹样式

蜘蛛茧蛹的不同样式枚举
从以下版本开始:
1.0.0
  • 枚举常量详细资料

    • DEFAULT

      public static final ChrysalisStyle DEFAULT
      默认样式
    • LARGE

      public static final ChrysalisStyle LARGE
      大型样式
    • SMALL

      public static final ChrysalisStyle SMALL
      小型样式
    • HUMANOID

      public static final ChrysalisStyle HUMANOID
      类人样式
    • VILLAGER

      public static final ChrysalisStyle VILLAGER
      村民样式
    • CHICKEN

      public static final ChrysalisStyle CHICKEN
      小鸡样式
    • CREEPER

      public static final ChrysalisStyle CREEPER
      苦力怕样式
    • IRON_GOLEM

      public static final ChrysalisStyle IRON_GOLEM
      铁傀儡样式
    • PLACEHOLDER

      public static final ChrysalisStyle PLACEHOLDER
      占位模型的样式
    • PLACEHOLDER_SHORT

      public static final ChrysalisStyle PLACEHOLDER_SHORT
      短占位模型的样式
  • 方法详细资料

    • values

      public static ChrysalisStyle[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      返回:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ChrysalisStyle 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.)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - 如果参数为空值
    • toString

      public String toString()
      覆盖:
      toString 在类中 Enum<ChrysalisStyle>
    • asString

      public String asString()
      指定者:
      asString 在接口中 net.minecraft.util.StringIdentifiable