枚举的使用
org.bukkit.SandstoneType
-
org.bukkit中SandstoneType的使用
修饰符和类型方法说明static SandstoneType
SandstoneType.getByData
(byte data) 已过时。魔法值static SandstoneType
返回带有指定名称的该类型的枚举常量。static SandstoneType[]
SandstoneType.values()
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。 -
org.bukkit.material中SandstoneType的使用