Package net.md_5.bungee.api.score
Class Objective
- java.lang.Object
-
- net.md_5.bungee.api.score.Objective
-
public class Objective extends Object
Represents an objective entry.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getName()
Name of the objective.String
getType()
Type; integer or heartsString
getValue()
Value of the objective.int
hashCode()
void
setType(String type)
Type; integer or heartsvoid
setValue(String value)
Value of the objective.String
toString()
-
-
-
Method Detail
-
getName
public String getName()
Name of the objective.
-
getValue
public String getValue()
Value of the objective.
-
getType
public String getType()
Type; integer or hearts
-
setValue
public void setValue(String value)
Value of the objective.
-
setType
public void setType(String type)
Type; integer or hearts
-
canEqual
protected boolean canEqual(Object other)
-
-