@Deprecated public class Objective extends Object
Constructor and Description |
---|
Objective(String name,
String value,
String type)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
String |
getName()
Deprecated.
Name of the objective.
|
String |
getType()
Deprecated.
Type; integer or hearts
|
String |
getValue()
Deprecated.
Value of the objective.
|
int |
hashCode()
Deprecated.
|
void |
setType(String type)
Deprecated.
Type; integer or hearts
|
void |
setValue(String value)
Deprecated.
Value of the objective.
|
String |
toString()
Deprecated.
|
public String getName()
public String getValue()
public String getType()
public void setValue(String value)
public void setType(String type)
protected boolean canEqual(Object other)
Copyright © 2019–2022. All rights reserved.