public abstract class BaseAttribute extends java.lang.Object implements IAttribute
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 IAttribute
public double getDefaultValue()
getDefaultValue
in interface IAttribute
public boolean getShouldWatch()
getShouldWatch
in interface IAttribute
public BaseAttribute setShouldWatch(boolean par1)
public int hashCode()
hashCode
in class java.lang.Object