Class RandomIntProperty
java.lang.Object
dev.prozilla.pine.common.property.VariableProperty<Integer>
dev.prozilla.pine.common.property.random.RandomProperty<Integer>
dev.prozilla.pine.common.property.random.RandomIntProperty
-
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
-
RandomIntProperty
public RandomIntProperty(int min, int max)
-
-
Method Details
-
getValue
- Specified by:
getValue
in classVariableProperty<Integer>
- Returns:
- The value of this property.
-