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 boolean
canEqual(Object other)
boolean
equals(Object o)
String
getItemName()
Name to be displayed in the list.String
getScoreName()
Unique name of the score.int
getValue()
Value of the score.int
hashCode()
String
toString()
-