Class RandomFloatProperty
java.lang.Object
dev.prozilla.pine.common.property.VariableProperty<Float>
dev.prozilla.pine.common.property.random.RandomProperty<Float>
dev.prozilla.pine.common.property.random.RandomFloatProperty
-
Field Summary
Fields inherited from class dev.prozilla.pine.common.property.random.RandomProperty
max, minFields inherited from class dev.prozilla.pine.common.property.VariableProperty
random -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.prozilla.pine.common.property.VariableProperty
exists, hasValue
-
Constructor Details
-
RandomFloatProperty
public RandomFloatProperty(float min, float max)
-
-
Method Details
-
getValue
Description copied from class:VariablePropertyReturns the value of this property.- Specified by:
getValuein classVariableProperty<Float>- Returns:
- The value of this property.
-