CoreArenaMenupublic interface ArenaMenu
| Modifier and Type | Method | Description |
|---|---|---|
void |
open(GamePlayer player) |
Opens the arena selection menu for a entity
|
void |
reset() |
Clears the current menu and generates a new one.
|
void |
update() |
Updates the menu entry of an arena.
|
void open(GamePlayer player)
player - the entity to open the menu forvoid update()
void reset()