public abstract class BaseAttribute extends java.lang.Object implements Attribute
Modifier | Constructor and Description |
---|---|
protected |
BaseAttribute(java.lang.String par1Str,
double par2) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeUnlocalizedName() |
double |
getDefaultValue() |
boolean |
getShouldWatch() |
int |
hashCode() |
BaseAttribute |
setShouldWatch(boolean par1) |
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
clampValue
public java.lang.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)
public int hashCode()
hashCode
in class java.lang.Object