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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetName()Name of the objective.StringgetType()Type; integer or heartsStringgetValue()Value of the objective.inthashCode()voidsetType(String type)Type; integer or heartsvoidsetValue(String value)Value of the objective.StringtoString()
 
- 
- 
- 
Method Detail- 
getNamepublic String getName() Name of the objective.
 - 
getValuepublic String getValue() Value of the objective.
 - 
getTypepublic String getType() Type; integer or hearts
 - 
setValuepublic void setValue(String value) Value of the objective.
 - 
setTypepublic void setType(String type) Type; integer or hearts
 - 
canEqualprotected boolean canEqual(Object other) 
 
- 
 
-