Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
Modifier and Type | Method | Description |
---|---|---|
@Nullable BanEntry |
BanList.addBan(@NotNull String target,
@Nullable String reason,
@Nullable Date expires,
@Nullable String source) |
Adds a ban to the this list.
|
@Nullable BanEntry |
BanList.getBanEntry(@NotNull String target) |
Gets a
BanEntry by target. |
Modifier and Type | Method | Description |
---|---|---|
@NotNull Set<BanEntry> |
BanList.getBanEntries() |
Gets a set containing every
BanEntry in this list. |
Copyright © 2020. All rights reserved.