Uses of Enum
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 type with the specified name.static BanList.Type[]
BanList.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic BanList
Bukkit.getBanList
(BanList.Type type) Gets a ban list for the supplied type.Server.getBanList
(BanList.Type type) Gets a ban list for the supplied type.