Uses of Interface
org.bukkit.BanList
Packages that use BanList
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes relevant to bans.
- 
Uses of BanList in org.bukkit
Methods in org.bukkit with type parameters of type BanListModifier and TypeMethodDescriptionstatic <B extends BanList<E>,E> 
BBukkit.getBanList(@NotNull BanListType<B> type) Gets a ban list for the supplied type.static <T extends BanList<?>>
TBukkit.getBanList(BanList.Type type) Deprecated.<B extends BanList<E>,E> 
BServer.getBanList(BanListType<B> type) Gets a ban list for the supplied type.<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. - 
Uses of BanList in org.bukkit.ban
Subinterfaces of BanList in org.bukkit.ban 
Bukkit.getBanList(io.papermc.paper.ban.BanListType)to enforce the correct return value at compile time.