Uses of Enum Class
org.bukkit.BanList.Type
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of BanList.Type in org.bukkit
Modifier and TypeMethodDescriptionstatic BanList.Type
Returns the enum constant of this class with the specified name.static BanList.Type[]
BanList.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic <T extends BanList<?>>
TBukkit.getBanList
(BanList.Type type) Gets a ban list for the supplied type.<T extends BanList<?>>
TServer.getBanList
(BanList.Type type) Gets a ban list for the supplied type.