Package | Description |
---|---|
misat11.bw.api | |
misat11.bw.api.events |
Modifier and Type | Method and Description |
---|---|
GameStatus |
Game.getStatus() |
static GameStatus |
GameStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GameStatus[] |
GameStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GameStatus |
BedwarsGameTickEvent.getNextStatus() |
GameStatus |
BedwarsGameTickEvent.getPreviousStatus() |
GameStatus |
BedwarsGameTickEvent.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
BedwarsGameTickEvent.setNextStatus(GameStatus nextStatus) |
Constructor and Description |
---|
BedwarsGameTickEvent(Game game,
int previousCountdown,
GameStatus previousStatus,
int countdown,
GameStatus status,
int nextCountdown,
GameStatus nextStatus) |
Copyright © 2019. All rights reserved.