Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
Modifier and Type | Method | Description |
---|---|---|
static BanList.Type |
BanList.Type.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static BanList.Type[] |
BanList.Type.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
static @NotNull BanList |
Bukkit.getBanList(BanList.Type type) |
Gets a ban list for the supplied type.
|
@NotNull BanList |
Server.getBanList(BanList.Type type) |
Gets a ban list for the supplied type.
|
Copyright © 2020. All rights reserved.