public abstract class BaseAttribute extends java.lang.Object implements IAttribute
| Modifier | Constructor and Description |
|---|---|
protected |
BaseAttribute(IAttribute p_i45892_1_,
java.lang.String p_i45892_2_,
double p_i45892_3_) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object p_equals_1_) |
IAttribute |
func_180372_d() |
java.lang.String |
getAttributeUnlocalizedName() |
double |
getDefaultValue() |
boolean |
getShouldWatch() |
int |
hashCode() |
BaseAttribute |
setShouldWatch(boolean p_111112_1_) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitclampValueprotected BaseAttribute(IAttribute p_i45892_1_, java.lang.String p_i45892_2_, double p_i45892_3_)
public java.lang.String getAttributeUnlocalizedName()
getAttributeUnlocalizedName in interface IAttributepublic double getDefaultValue()
getDefaultValue in interface IAttributepublic boolean getShouldWatch()
getShouldWatch in interface IAttributepublic BaseAttribute setShouldWatch(boolean p_111112_1_)
public IAttribute func_180372_d()
func_180372_d in interface IAttributepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object p_equals_1_)
equals in class java.lang.Object