Class VariableProperty<T>
java.lang.Object
dev.prozilla.pine.common.property.VariableProperty<T>
- Type Parameters:
T
- The type of property
- Direct Known Subclasses:
AdaptivePropertyBase
,AnimatedProperty
,FixedProperty
,RandomProperty
,StyledProperty
,SuppliedProperty
,VariableAnimatedProperty
,VariableColorProperty
A property with a value that may change in certain circumstances.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
random
-
-
Constructor Details
-
VariableProperty
public VariableProperty()
-
-
Method Details
-
getValue
- Returns:
- The value of this property.
-