| Package | Description |
|---|---|
| io.github.bedwarsrel.game |
| Modifier and Type | Method and Description |
|---|---|
static TeamColor |
TeamColor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TeamColor[] |
TeamColor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Game.addTeam(String name,
TeamColor color,
int maxPlayers) |
| Constructor and Description |
|---|
Team(String name,
TeamColor color,
int maxPlayers,
org.bukkit.scoreboard.Team scoreboardTeam) |
Copyright © 2017. All rights reserved.