Class AnimatedIntProperty
java.lang.Object
dev.prozilla.pine.common.property.VariableProperty<Integer>
dev.prozilla.pine.common.property.animated.AnimatedProperty<Integer>
dev.prozilla.pine.common.property.animated.AnimatedIntProperty
-
Field Summary
Fields inherited from class dev.prozilla.pine.common.property.animated.AnimatedProperty
curve, end, start, timeFields inherited from class dev.prozilla.pine.common.property.VariableProperty
random -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.prozilla.pine.common.property.animated.AnimatedProperty
getCurve, getFactor, getRestartedValue, getUpdatedValue, hasFinished, restart, setDuration, updateMethods inherited from class dev.prozilla.pine.common.property.VariableProperty
exists, getValue, getValue, hasValue
-
Constructor Details
-
AnimatedIntProperty
-
-
Method Details
-
getValue
Description copied from class:VariablePropertyReturns the value of this property.- Specified by:
getValuein classVariableProperty<Integer>- Returns:
- The value of this property.
-