Package | Description |
---|---|
org.bukkit |
More generalized classes in the API.
|
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 a
BanEntry by target. |
Modifier and Type | Method | Description |
---|---|---|
Set<BanEntry> |
BanList.getBanEntries() |
Gets a set containing every
BanEntry in this list. |
Copyright © 2019. All rights reserved.