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