public class Score
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<Score> |
scoreComparator |
Constructor and Description |
---|
Score(Scoreboard theScoreboardIn,
ScoreObjective theScoreObjectiveIn,
java.lang.String scorePlayerNameIn) |
Modifier and Type | Method and Description |
---|---|
void |
decreaseScore(int amount) |
void |
func_96648_a() |
void |
func_96651_a(java.util.List<EntityPlayer> p_96651_1_) |
ScoreObjective |
getObjective() |
java.lang.String |
getPlayerName()
Returns the name of the player this score belongs to
|
int |
getScorePoints() |
Scoreboard |
getScoreScoreboard() |
void |
increseScore(int amount) |
boolean |
isLocked() |
void |
setLocked(boolean locked) |
void |
setScorePoints(int points) |
public static final java.util.Comparator<Score> scoreComparator
public Score(Scoreboard theScoreboardIn, ScoreObjective theScoreObjectiveIn, java.lang.String scorePlayerNameIn)
public void increseScore(int amount)
public void decreaseScore(int amount)
public void func_96648_a()
public int getScorePoints()
public void setScorePoints(int points)
public ScoreObjective getObjective()
public java.lang.String getPlayerName()
public Scoreboard getScoreScoreboard()
public boolean isLocked()
public void setLocked(boolean locked)
public void func_96651_a(java.util.List<EntityPlayer> p_96651_1_)