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, waitclampValuepublic String getAttributeUnlocalizedName()
getAttributeUnlocalizedName in interface Attributepublic double getDefaultValue()
getDefaultValue in interface Attributepublic boolean getShouldWatch()
getShouldWatch in interface Attributepublic BaseAttribute setShouldWatch(boolean par1)