net.minecraft.scoreboard

public class ScoreboardScore

aum
net.minecraft.class_1469
net.minecraft.scoreboard.ScoreboardScore
net.minecraft.scoreboard.Score

Field summary

Modifier and TypeField
public static final Comparator<ScoreboardScore>
a
field_5683
COMPARATOR
scoreComparator
private final Scoreboard
b
field_5684
scoreboard
theScoreboard
private final ScoreboardObjective
c
field_5685
objective
theScoreObjective
private final String
d
field_5686
owner
scorePlayerName
private int
e
field_5687
score
scorePoints
private boolean
f
field_10274
locked
locked
private boolean
g
field_10275
forceUpdate
forceUpdate

Constructor summary

ModifierConstructor
public (Scoreboard scoreboard, ScoreboardObjective objective, String owner)

Method summary

Modifier and TypeMethod
public void
a(int arg0)
method_4866(int arg0)
increase(int amount)
increseScore(int amount)
public void
b(int arg0)
method_4868(int arg0)
decrease(int amount)
decreaseScore(int amount)
public void
a()
method_4865()
increment()
func_96648_a()
public int
c()
method_4869()
get()
getScorePoints()
public void
c(int arg0)
method_4870(int arg0)
set(int score)
setScorePoints(int points)
public ScoreboardObjective
d()
method_4871()
getObjective()
getObjective()
public String
e()
method_4872()
getOwner()
getPlayerName()
public Scoreboard
f()
method_4873()
getScoreboard()
getScoreScoreboard()
public boolean
g()
method_9357()
isLocked()
isLocked()
public void
a(boolean arg0)
method_9356(boolean arg0)
setLocked(boolean locked)
setLocked(boolean locked)
public void
a(List<wn> arg0)
method_4867(List<class_988> arg0)
setToTotalOf(List<PlayerEntity> owners)
func_96651_a(List<EntityPlayer> arg0)