Uses of Interface
io.papermc.paper.ban.BanListType
Packages that use BanListType
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of BanListType in io.papermc.paper.ban
Fields in io.papermc.paper.ban declared as BanListTypeModifier and TypeFieldDescriptionstatic final BanListType<IpBanList> BanListType.IPBanned IP addressesstatic final BanListType<ProfileBanList> BanListType.PROFILEBanned player profiles -
Uses of BanListType in org.bukkit
Methods in org.bukkit with parameters of type BanListTypeModifier and TypeMethodDescriptionstatic <B extends BanList<E>,E>
BBukkit.getBanList(@NotNull BanListType<B> type) Gets a ban list for the supplied type.<B extends BanList<E>,E>
BServer.getBanList(BanListType<B> type) Gets a ban list for the supplied type.