CoreArenaEditor
public interface ArenaEditor
Modifier and Type | Method | Description |
---|---|---|
void |
addSpawn() |
Adds a new spawn at the players current location.
|
void |
close() |
Closes the editing session and returns the entity to their previous state.
|
org.bukkit.inventory.Inventory |
getMenu() |
Gets the inventory menu for the ArenaEditor.
|
GamePlayer |
getPlayer() |
Gets the GamePlayer associated with the ArenaEditor
|
ArenaEditor |
open() |
Opens the editing session.
|
void |
removeSpawn() |
Removes the spawn at the players current location, if one exists.
|
void |
setPregame() |
Sets the pregame spawn to the player's current location.
|
void |
setSpectator() |
Sets the spectator spawn to the player's current location.
|
ArenaEditor open()
void close()
void addSpawn()
void removeSpawn()
void setPregame()
void setSpectator()
GamePlayer getPlayer()
org.bukkit.inventory.Inventory getMenu()