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, waitclampValuepublic java.lang.String getAttributeUnlocalizedName()
getAttributeUnlocalizedName in interface IAttributepublic double getDefaultValue()
getDefaultValue in interface IAttributepublic boolean getShouldWatch()
getShouldWatch in interface IAttributepublic BaseAttribute setShouldWatch(boolean par1)
public int hashCode()
hashCode in class java.lang.Object