枚举的使用
org.bukkit.WorldType
-
org.bukkit中WorldType的使用
修饰符和类型方法说明用世界种类名获取世界种类.World.getWorldType()
已过时。world type is only used to select the default word generation settings and is not stored in Vanilla worlds, making it impossible for this method to always return the correct value.WorldCreator.type()
获取将被创建或加载的世界的类型。static WorldType
返回带有指定名称的该类型的枚举常量。static WorldType[]
WorldType.values()
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。