Uses of Interface
org.bukkit.BanEntry

Packages that use BanEntry
org.bukkit More generalized classes in the API. 
 

Uses of BanEntry in org.bukkit
 

Methods in org.bukkit that return BanEntry
 BanEntry BanList.addBan(String target, String reason, Date expires, String source)
          Adds a ban to the this list.
 BanEntry BanList.getBanEntry(String target)
          Gets a BanEntry by target.
 

Methods in org.bukkit that return types with arguments of type BanEntry
 Set<BanEntry> BanList.getBanEntries()
          Gets a set containing every BanEntry in this list.
 



Copyright © 2014. All rights reserved.