Uses of Interface
org.bukkit.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 BanEntry
BanList. addBan(String target, String reason, Date expires, String source)
Adds a ban to the this list.BanEntry
BanList. getBanEntry(String target)
Gets aBanEntry
by target.Methods in org.bukkit that return types with arguments of type BanEntry Modifier and Type Method Description Set<BanEntry>
BanList. getBanEntries()
Gets a set containing everyBanEntry
in this list.