Package net.minecraft.src
Class Scoreboard
java.lang.Object
net.minecraft.src.Scoreboard
- Direct Known Subclasses:
ServerScoreboard
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfunc_96508_e(String par1Str) func_96510_d(String par1Str) voidfunc_96511_d(ScorePlayerTeam par1ScorePlayerTeam) voidfunc_96513_c(ScorePlayerTeam par1ScorePlayerTeam) voidfunc_96515_c(String par1Str) voidfunc_96516_a(String par1Str) voidfunc_96519_k(ScoreObjective par1ScoreObjective) func_96520_a(ScoreObjectiveCriteria par1ScoreObjectiveCriteria) voidfunc_96521_a(String par1Str, ScorePlayerTeam par2ScorePlayerTeam) voidfunc_96522_a(ScoreObjective par1ScoreObjective) voidfunc_96523_a(ScorePlayerTeam par1ScorePlayerTeam) booleanfunc_96524_g(String par1Str) func_96527_f(String par1Str) func_96529_a(String par1Str, ScoreObjective par2ScoreObjective) voidfunc_96530_a(int par1, ScoreObjective par2ScoreObjective) voidfunc_96532_b(ScoreObjective par1ScoreObjective) voidfunc_96533_c(ScoreObjective par1ScoreObjective) func_96534_i(ScoreObjective par1ScoreObjective) func_96535_a(String par1Str, ScoreObjectiveCriteria par2ScoreObjectiveCriteria) voidfunc_96536_a(Score par1Score) voidfunc_96538_b(ScorePlayerTeam par1ScorePlayerTeam) func_96539_a(int par1) getObjective(String par1Str) Returns a ScoreObjective for the objective namestatic StringgetObjectiveDisplaySlot(int par0) Returns 'list' for 0, 'sidebar' for 1, 'belowName for 2, otherwise null.static intgetObjectiveDisplaySlotNumber(String par0Str) Returns 0 for (case-insensitive) 'list', 1 for 'sidebar', 2 for 'belowName', otherwise -1.getPlayersTeam(String par1Str) Gets the ScorePlayerTeam object for the given username.voidremovePlayerFromTeam(String par1Str, ScorePlayerTeam par2ScorePlayerTeam) Removes the given username from the given ScorePlayerTeam.
-
Constructor Details
-
Scoreboard
public Scoreboard()
-
-
Method Details
-
getObjective
Returns a ScoreObjective for the objective name -
func_96535_a
public ScoreObjective func_96535_a(String par1Str, ScoreObjectiveCriteria par2ScoreObjectiveCriteria) -
func_96520_a
-
func_96529_a
-
func_96534_i
-
getScoreObjectives
-
getObjectiveNames
-
func_96515_c
-
func_96528_e
-
func_96510_d
-
func_96519_k
-
func_96530_a
-
func_96539_a
-
func_96508_e
-
func_96527_f
-
func_96511_d
-
func_96521_a
-
func_96524_g
-
removePlayerFromTeam
Removes the given username from the given ScorePlayerTeam. If the player is not on the team then an IllegalStateException is thrown. -
func_96531_f
-
func_96525_g
-
getPlayersTeam
Gets the ScorePlayerTeam object for the given username. -
func_96522_a
-
func_96532_b
-
func_96533_c
-
func_96536_a
-
func_96516_a
-
func_96523_a
-
func_96538_b
-
func_96513_c
-
getObjectiveDisplaySlot
Returns 'list' for 0, 'sidebar' for 1, 'belowName for 2, otherwise null. -
getObjectiveDisplaySlotNumber
Returns 0 for (case-insensitive) 'list', 1 for 'sidebar', 2 for 'belowName', otherwise -1.
-