程序包 | 说明 |
---|---|
org.bukkit |
Bukkit的常用类.
|
限定符和类型 | 方法和说明 |
---|---|
static BanList |
Bukkit.getBanList(BanList.Type type)
获取指定类型的封禁列表.
|
BanList |
Server.getBanList(BanList.Type type)
通过提供的BanList.Type来获取一个BanList
原文:Gets a ban list for the supplied type.
|