public abstract class BaseAttribute extends Object implements Attribute
Modifier and Type | Method and Description |
---|---|
String |
getAttributeUnlocalizedName() |
double |
getDefaultValue() |
boolean |
getShouldWatch() |
int |
hashCode() |
BaseAttribute |
setShouldWatch(boolean par1) |
equals, getClass, notify, notifyAll, toString, wait, wait, wait
clampValue
public String getAttributeUnlocalizedName()
getAttributeUnlocalizedName
in interface Attribute
public double getDefaultValue()
getDefaultValue
in interface Attribute
public boolean getShouldWatch()
getShouldWatch
in interface Attribute
public BaseAttribute setShouldWatch(boolean par1)