| Package | Description | 
|---|---|
| org.bukkit | 
 More generalized classes in the API. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
BanEntry | 
BanList.addBan(String target,
      String reason,
      Date expires,
      String source)
Adds a ban to the ban list. 
 | 
BanEntry | 
BanList.getBanEntry(String target)
Gets a  
BanEntry by target. | 
| Modifier and Type | Method and Description | 
|---|---|
Set<BanEntry> | 
BanList.getBanEntries()
Gets a set containing every  
BanEntry in the BanList. | 
Copyright © 2014. All rights reserved.