Uses of Enum Class
org.bukkit.BanList.Type
Packages that use BanList.Type
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of BanList.Type in org.bukkit
Subclasses with type arguments of type BanList.Type in org.bukkitMethods in org.bukkit that return BanList.TypeModifier and TypeMethodDescriptionstatic BanList.TypeDeprecated.Returns the enum constant of this class with the specified name.static BanList.Type[]BanList.Type.values()Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit with parameters of type BanList.TypeModifier and TypeMethodDescriptionstatic <T extends BanList<?>>
TBukkit.getBanList(BanList.Type type) Deprecated.useBukkit.getBanList(io.papermc.paper.ban.BanListType)to enforce the correct return value at compile time.<T extends BanList<?>>
TServer.getBanList(BanList.Type type) Deprecated.useServer.getBanList(io.papermc.paper.ban.BanListType)to enforce the correct return value at compile time.
BanListTypeto enforce the correct return value at compile time.