public class Score extends Object
Constructor and Description |
---|
Score(String itemName,
String scoreName,
int value) |
Modifier and Type | Method and 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() |
Copyright © 2012–2020 SpigotMC. All rights reserved.