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