Package net.md_5.bungee.api.score
Class Score
- java.lang.Object
-
- net.md_5.bungee.api.score.Score
-
public class Score extends Object
Represents a scoreboard score entry.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetItemName()Name to be displayed in the list.StringgetScoreName()Unique name of the score.intgetValue()Value of the score.inthashCode()StringtoString()
-