YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.scoreboard.Scoreboard Class Reference
Inheritance diagram for net.minecraft.scoreboard.Scoreboard:
net.minecraft.scoreboard.ServerScoreboard

Public Member Functions

ScoreObjective getObjective (String par1Str)
 
ScoreObjective func_96535_a (String par1Str, ScoreObjectiveCriteria par2ScoreObjectiveCriteria)
 
Collection func_96520_a (ScoreObjectiveCriteria par1ScoreObjectiveCriteria)
 
Score func_96529_a (String par1Str, ScoreObjective par2ScoreObjective)
 
Collection func_96534_i (ScoreObjective par1ScoreObjective)
 
Collection getScoreObjectives ()
 
Collection getObjectiveNames ()
 
void func_96515_c (String par1Str)
 
Collection func_96528_e ()
 
Map func_96510_d (String par1Str)
 
void func_96519_k (ScoreObjective par1ScoreObjective)
 
void func_96530_a (int par1, ScoreObjective par2ScoreObjective)
 
ScoreObjective func_96539_a (int par1)
 
ScorePlayerTeam func_96508_e (String par1Str)
 
ScorePlayerTeam func_96527_f (String par1Str)
 
void func_96511_d (ScorePlayerTeam par1ScorePlayerTeam)
 
void func_96521_a (String par1Str, ScorePlayerTeam par2ScorePlayerTeam)
 
boolean func_96524_g (String par1Str)
 
void removePlayerFromTeam (String par1Str, ScorePlayerTeam par2ScorePlayerTeam)
 
Collection func_96531_f ()
 
Collection func_96525_g ()
 
ScorePlayerTeam getPlayersTeam (String par1Str)
 
void func_96522_a (ScoreObjective par1ScoreObjective)
 
void func_96532_b (ScoreObjective par1ScoreObjective)
 
void func_96533_c (ScoreObjective par1ScoreObjective)
 
void func_96536_a (Score par1Score)
 
void func_96516_a (String par1Str)
 
void func_96523_a (ScorePlayerTeam par1ScorePlayerTeam)
 
void func_96538_b (ScorePlayerTeam par1ScorePlayerTeam)
 
void func_96513_c (ScorePlayerTeam par1ScorePlayerTeam)
 

Static Public Member Functions

static String getObjectiveDisplaySlot (int par0)
 
static int getObjectiveDisplaySlotNumber (String par0Str)
 

Member Function Documentation

ScorePlayerTeam net.minecraft.scoreboard.Scoreboard.func_96508_e ( String  par1Str)
Map net.minecraft.scoreboard.Scoreboard.func_96510_d ( String  par1Str)
void net.minecraft.scoreboard.Scoreboard.func_96511_d ( ScorePlayerTeam  par1ScorePlayerTeam)
void net.minecraft.scoreboard.Scoreboard.func_96513_c ( ScorePlayerTeam  par1ScorePlayerTeam)
void net.minecraft.scoreboard.Scoreboard.func_96515_c ( String  par1Str)
void net.minecraft.scoreboard.Scoreboard.func_96516_a ( String  par1Str)
void net.minecraft.scoreboard.Scoreboard.func_96519_k ( ScoreObjective  par1ScoreObjective)
Collection net.minecraft.scoreboard.Scoreboard.func_96520_a ( ScoreObjectiveCriteria  par1ScoreObjectiveCriteria)
void net.minecraft.scoreboard.Scoreboard.func_96521_a ( String  par1Str,
ScorePlayerTeam  par2ScorePlayerTeam 
)
void net.minecraft.scoreboard.Scoreboard.func_96522_a ( ScoreObjective  par1ScoreObjective)
void net.minecraft.scoreboard.Scoreboard.func_96523_a ( ScorePlayerTeam  par1ScorePlayerTeam)
boolean net.minecraft.scoreboard.Scoreboard.func_96524_g ( String  par1Str)
Collection net.minecraft.scoreboard.Scoreboard.func_96525_g ( )
ScorePlayerTeam net.minecraft.scoreboard.Scoreboard.func_96527_f ( String  par1Str)
Collection net.minecraft.scoreboard.Scoreboard.func_96528_e ( )
Score net.minecraft.scoreboard.Scoreboard.func_96529_a ( String  par1Str,
ScoreObjective  par2ScoreObjective 
)
void net.minecraft.scoreboard.Scoreboard.func_96530_a ( int  par1,
ScoreObjective  par2ScoreObjective 
)
Collection net.minecraft.scoreboard.Scoreboard.func_96531_f ( )
void net.minecraft.scoreboard.Scoreboard.func_96532_b ( ScoreObjective  par1ScoreObjective)
void net.minecraft.scoreboard.Scoreboard.func_96533_c ( ScoreObjective  par1ScoreObjective)
Collection net.minecraft.scoreboard.Scoreboard.func_96534_i ( ScoreObjective  par1ScoreObjective)
ScoreObjective net.minecraft.scoreboard.Scoreboard.func_96535_a ( String  par1Str,
ScoreObjectiveCriteria  par2ScoreObjectiveCriteria 
)
void net.minecraft.scoreboard.Scoreboard.func_96536_a ( Score  par1Score)
void net.minecraft.scoreboard.Scoreboard.func_96538_b ( ScorePlayerTeam  par1ScorePlayerTeam)
ScoreObjective net.minecraft.scoreboard.Scoreboard.func_96539_a ( int  par1)
ScoreObjective net.minecraft.scoreboard.Scoreboard.getObjective ( String  par1Str)

Returns a ScoreObjective for the objective name

static String net.minecraft.scoreboard.Scoreboard.getObjectiveDisplaySlot ( int  par0)
static

Returns 'list' for 0, 'sidebar' for 1, 'belowName for 2, otherwise null.

static int net.minecraft.scoreboard.Scoreboard.getObjectiveDisplaySlotNumber ( String  par0Str)
static

Returns 0 for (case-insensitive) 'list', 1 for 'sidebar', 2 for 'belowName', otherwise -1.

Collection net.minecraft.scoreboard.Scoreboard.getObjectiveNames ( )
ScorePlayerTeam net.minecraft.scoreboard.Scoreboard.getPlayersTeam ( String  par1Str)

Gets the ScorePlayerTeam object for the given username.

Collection net.minecraft.scoreboard.Scoreboard.getScoreObjectives ( )
void net.minecraft.scoreboard.Scoreboard.removePlayerFromTeam ( String  par1Str,
ScorePlayerTeam  par2ScorePlayerTeam 
)

Removes the given username from the given ScorePlayerTeam. If the player is not on the team then an IllegalStateException is thrown.


The documentation for this class was generated from the following file: