Uses of Interface
org.bukkit.BanEntry
-
Packages that use BanEntry Package Description org.bukkit The root package of the Bukkit API, contains generalized API classes. -
-
Uses of BanEntry in org.bukkit
Methods in org.bukkit that return BanEntry Modifier and Type Method Description @Nullable BanEntry
BanList. addBan(@NotNull String target, @Nullable String reason, @Nullable Date expires, @Nullable String source)
Adds a ban to the this list.@Nullable BanEntry
BanList. getBanEntry(@NotNull String target)
Gets aBanEntry
by target.Methods in org.bukkit that return types with arguments of type BanEntry Modifier and Type Method Description @NotNull Set<BanEntry>
BanList. getBanEntries()
Gets a set containing everyBanEntry
in this list.
-