public interface AnimatedProperty
Modifier and Type | Method and Description |
---|---|
float |
get(AnimatableItem animatableItem) |
float |
get(java.lang.Object mountContent) |
java.lang.String |
getName() |
void |
reset(java.lang.Object mountContent)
Resets this property to its default value on this mount content.
|
void |
set(java.lang.Object mountContent,
float value)
Updates the value of this property on the given mount content to the given value.
|
java.lang.String getName()
float get(java.lang.Object mountContent)
float get(AnimatableItem animatableItem)
AnimatableItem
.void set(java.lang.Object mountContent, float value)
void reset(java.lang.Object mountContent)