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