public class Scoreboard extends Object
Constructor and Description |
---|
Scoreboard() |
Modifier and Type | Method and Description |
---|---|
ScorePlayerTeam |
func_96508_e(String par1Str) |
Map |
func_96510_d(String par1Str) |
void |
func_96511_d(ScorePlayerTeam par1ScorePlayerTeam) |
void |
func_96513_c(ScorePlayerTeam par1ScorePlayerTeam) |
void |
func_96515_c(String par1Str) |
void |
func_96516_a(String par1Str) |
void |
func_96519_k(ScoreObjective par1ScoreObjective) |
Collection |
func_96520_a(ScoreObjectiveCriteria par1ScoreObjectiveCriteria) |
void |
func_96521_a(String par1Str,
ScorePlayerTeam par2ScorePlayerTeam) |
void |
func_96522_a(ScoreObjective par1ScoreObjective) |
void |
func_96523_a(ScorePlayerTeam par1ScorePlayerTeam) |
boolean |
func_96524_g(String par1Str) |
Collection |
func_96525_g() |
ScorePlayerTeam |
func_96527_f(String par1Str) |
Collection |
func_96528_e() |
Score |
func_96529_a(String par1Str,
ScoreObjective par2ScoreObjective) |
void |
func_96530_a(int par1,
ScoreObjective par2ScoreObjective) |
Collection |
func_96531_f() |
void |
func_96532_b(ScoreObjective par1ScoreObjective) |
void |
func_96533_c(ScoreObjective par1ScoreObjective) |
Collection |
func_96534_i(ScoreObjective par1ScoreObjective) |
ScoreObjective |
func_96535_a(String par1Str,
ScoreObjectiveCriteria par2ScoreObjectiveCriteria) |
void |
func_96536_a(Score par1Score) |
void |
func_96538_b(ScorePlayerTeam par1ScorePlayerTeam) |
ScoreObjective |
func_96539_a(int par1) |
ScoreObjective |
getObjective(String par1Str)
Returns a ScoreObjective for the objective name
|
static String |
getObjectiveDisplaySlot(int par0)
Returns 'list' for 0, 'sidebar' for 1, 'belowName for 2, otherwise null.
|
static int |
getObjectiveDisplaySlotNumber(String par0Str)
Returns 0 for (case-insensitive) 'list', 1 for 'sidebar', 2 for 'belowName', otherwise -1.
|
Collection |
getObjectiveNames() |
ScorePlayerTeam |
getPlayersTeam(String par1Str)
Gets the ScorePlayerTeam object for the given username.
|
Collection |
getScoreObjectives() |
void |
removePlayerFromTeam(String par1Str,
ScorePlayerTeam par2ScorePlayerTeam)
Removes the given username from the given ScorePlayerTeam.
|
public ScoreObjective getObjective(String par1Str)
public ScoreObjective func_96535_a(String par1Str, ScoreObjectiveCriteria par2ScoreObjectiveCriteria)
public Collection func_96520_a(ScoreObjectiveCriteria par1ScoreObjectiveCriteria)
public Score func_96529_a(String par1Str, ScoreObjective par2ScoreObjective)
public Collection func_96534_i(ScoreObjective par1ScoreObjective)
public Collection getScoreObjectives()
public Collection getObjectiveNames()
public void func_96515_c(String par1Str)
public Collection func_96528_e()
public void func_96519_k(ScoreObjective par1ScoreObjective)
public void func_96530_a(int par1, ScoreObjective par2ScoreObjective)
public ScoreObjective func_96539_a(int par1)
public ScorePlayerTeam func_96508_e(String par1Str)
public ScorePlayerTeam func_96527_f(String par1Str)
public void func_96511_d(ScorePlayerTeam par1ScorePlayerTeam)
public void func_96521_a(String par1Str, ScorePlayerTeam par2ScorePlayerTeam)
public boolean func_96524_g(String par1Str)
public void removePlayerFromTeam(String par1Str, ScorePlayerTeam par2ScorePlayerTeam)
public Collection func_96531_f()
public Collection func_96525_g()
public ScorePlayerTeam getPlayersTeam(String par1Str)
public void func_96522_a(ScoreObjective par1ScoreObjective)
public void func_96532_b(ScoreObjective par1ScoreObjective)
public void func_96533_c(ScoreObjective par1ScoreObjective)
public void func_96536_a(Score par1Score)
public void func_96516_a(String par1Str)
public void func_96523_a(ScorePlayerTeam par1ScorePlayerTeam)
public void func_96538_b(ScorePlayerTeam par1ScorePlayerTeam)
public void func_96513_c(ScorePlayerTeam par1ScorePlayerTeam)
public static String getObjectiveDisplaySlot(int par0)
public static int getObjectiveDisplaySlotNumber(String par0Str)