Enum Class ChrysalisStyle
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
-
嵌套类概要
从类继承的嵌套类/接口 java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>从接口继承的嵌套类/接口 net.minecraft.util.StringIdentifiable
net.minecraft.util.StringIdentifiable.BasicCodec<S extends net.minecraft.util.StringIdentifiable>, net.minecraft.util.StringIdentifiable.EnumCodec<E extends Enum<E> & net.minecraft.util.StringIdentifiable> -
枚举常量概要
枚举常量枚举常量说明小鸡样式苦力怕样式默认样式类人样式铁傀儡样式大型样式占位模型的样式短占位模型的样式小型样式村民样式 -
字段概要
从接口继承的字段 net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
方法概要
修饰符和类型方法说明asString()toString()static ChrysalisStyleReturns the enum constant of this class with the specified name.static ChrysalisStyle[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
枚举常量详细资料
-
DEFAULT
默认样式 -
LARGE
大型样式 -
SMALL
小型样式 -
HUMANOID
类人样式 -
VILLAGER
村民样式 -
CHICKEN
小鸡样式 -
CREEPER
苦力怕样式 -
IRON_GOLEM
铁傀儡样式 -
PLACEHOLDER
占位模型的样式 -
PLACEHOLDER_SHORT
短占位模型的样式
-
-
方法详细资料
-
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
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 nameNullPointerException- 如果参数为空值
-
toString
- 覆盖:
toString在类中Enum<ChrysalisStyle>
-
asString
- 指定者:
asString在接口中net.minecraft.util.StringIdentifiable
-