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, wait
clampValue
protected BaseAttribute(IAttribute p_i45892_1_, java.lang.String p_i45892_2_, double p_i45892_3_)
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 IAttribute func_180372_d()
func_180372_d
in interface IAttribute
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object p_equals_1_)
equals
in class java.lang.Object