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 this 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 this list. |
Copyright © 2016. All rights reserved.