Uses of Interface
io.papermc.paper.ban.BanListType
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of BanListType in io.papermc.paper.ban
Modifier and TypeFieldDescriptionstatic final BanListType
<IpBanList> BanListType.IP
Banned IP addressesstatic final BanListType
<ProfileBanList> BanListType.PROFILE
Banned player profiles -
Uses of BanListType in org.bukkit
Modifier 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.