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
Deprecated.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.Modifier and TypeMethodDescriptionstatic <T extends BanList<?>>
TBukkit.getBanList
(BanList.Type type) Deprecated.<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.
Bukkit.getBanList(io.papermc.paper.ban.BanListType)
to enforce the correct return value at compile time.