public interface IAttribute
Modifier and Type | Method and Description |
---|---|
double |
clampValue(double value) |
java.lang.String |
getAttributeUnlocalizedName() |
double |
getDefaultValue() |
IAttribute |
getParent() |
boolean |
getShouldWatch() |
java.lang.String getAttributeUnlocalizedName()
double clampValue(double value)
double getDefaultValue()
boolean getShouldWatch()
@Nullable IAttribute getParent()