public interface IAttributeInstance
Modifier and Type | Method and Description |
---|---|
void |
applyModifier(AttributeModifier p_111121_1_) |
java.util.Collection |
func_111122_c() |
IAttribute |
getAttribute() |
double |
getAttributeValue() |
double |
getBaseValue() |
AttributeModifier |
getModifier(java.util.UUID p_111127_1_) |
void |
removeAllModifiers() |
void |
removeModifier(AttributeModifier p_111124_1_) |
void |
setBaseValue(double p_111128_1_) |
IAttribute getAttribute()
double getBaseValue()
void setBaseValue(double p_111128_1_)
java.util.Collection func_111122_c()
AttributeModifier getModifier(java.util.UUID p_111127_1_)
void applyModifier(AttributeModifier p_111121_1_)
void removeModifier(AttributeModifier p_111124_1_)
void removeAllModifiers()
double getAttributeValue()