Modifier and Type | Field and Description |
---|---|
private ScorePlayerTeam |
TeleportToTeam.TeamSelectionObject.team |
Constructor and Description |
---|
TeamSelectionObject(ScorePlayerTeam teamIn) |
Modifier and Type | Method and Description |
---|---|
ScorePlayerTeam |
NetworkPlayerInfo.getPlayerTeam() |
Modifier and Type | Method and Description |
---|---|
protected ScorePlayerTeam |
CommandScoreboard.convertToTeam(java.lang.String name,
MinecraftServer server) |
Constructor and Description |
---|
SPacketTeams(ScorePlayerTeam teamIn,
java.util.Collection<java.lang.String> playersIn,
int actionIn) |
SPacketTeams(ScorePlayerTeam teamIn,
int actionIn) |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,ScorePlayerTeam> |
Scoreboard.teamMemberships |
private java.util.Map<java.lang.String,ScorePlayerTeam> |
Scoreboard.teams |
Modifier and Type | Method and Description |
---|---|
ScorePlayerTeam |
Scoreboard.createTeam(java.lang.String name) |
ScorePlayerTeam |
Scoreboard.getPlayersTeam(java.lang.String username) |
ScorePlayerTeam |
Scoreboard.getTeam(java.lang.String teamName) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ScorePlayerTeam> |
Scoreboard.getTeams() |
Modifier and Type | Method and Description |
---|---|
void |
ServerScoreboard.broadcastTeamCreated(ScorePlayerTeam playerTeam) |
void |
Scoreboard.broadcastTeamCreated(ScorePlayerTeam playerTeam) |
void |
ServerScoreboard.broadcastTeamInfoUpdate(ScorePlayerTeam playerTeam) |
void |
Scoreboard.broadcastTeamInfoUpdate(ScorePlayerTeam playerTeam) |
void |
ServerScoreboard.broadcastTeamRemove(ScorePlayerTeam playerTeam) |
void |
Scoreboard.broadcastTeamRemove(ScorePlayerTeam playerTeam) |
protected void |
ScoreboardSaveData.loadTeamPlayers(ScorePlayerTeam playerTeam,
NBTTagList tagList) |
void |
ServerScoreboard.removePlayerFromTeam(java.lang.String username,
ScorePlayerTeam playerTeam) |
void |
Scoreboard.removePlayerFromTeam(java.lang.String username,
ScorePlayerTeam playerTeam) |
void |
Scoreboard.removeTeam(ScorePlayerTeam playerTeam) |