Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
Modifier and Type | Method and 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.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. |
@Nullable BanEntry |
BanList.getBanEntry(@NotNull String target)
Gets a
BanEntry by target. |
Copyright © 2022. All rights reserved.