Package | Description |
---|---|
net.minecraft.world.raid |
Modifier and Type | Field and Description |
---|---|
private Raid.Status |
Raid.status |
private static Raid.Status[] |
Raid.Status.VALUES |
Modifier and Type | Method and Description |
---|---|
private static Raid.Status |
Raid.Status.getByName(java.lang.String name) |
static Raid.Status |
Raid.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Raid.Status[] |
Raid.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|