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, min
Fields inherited from class dev.prozilla.pine.common.property.VariableProperty
random
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RandomFloatProperty
public RandomFloatProperty(float min, float max)
-
-
Method Details
-
getValue
- Specified by:
getValue
in classVariableProperty<Float>
- Returns:
- The value of this property.
-