枚举的使用
org.bukkit.BanList.Type
-
org.bukkit中BanList.Type的使用
修饰符和类型方法说明static BanList.Type
返回带有指定名称的该类型的枚举常量。static BanList.Type[]
BanList.Type.values()
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。修饰符和类型方法说明static <T extends BanList<?>>
TBukkit.getBanList
(BanList.Type type) 获取指定类型的封禁列表.<T extends BanList<?>>
TServer.getBanList
(BanList.Type type) 获取指定类型的封禁列表.