public final class Attribute extends Object
| Constructor and Description |
|---|
Attribute(String name,
float minimum,
float maximum,
float value,
float defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
float |
getDefaultValue() |
float |
getMaximum() |
float |
getMinimum() |
String |
getName() |
float |
getValue() |
int |
hashCode() |
String |
toString() |
public Attribute(String name, float minimum, float maximum, float value, float defaultValue)
public String getName()
public float getMinimum()
public float getMaximum()
public float getValue()
public float getDefaultValue()
Copyright © 2018–2019 NukkitX. All rights reserved.