Class LocalRandomObjectProperty<T>
java.lang.Object
dev.prozilla.pine.common.property.random.RandomProperty<T>
dev.prozilla.pine.common.property.random.RandomObjectProperty<T>
dev.prozilla.pine.common.property.random.LocalRandomObjectProperty<T>
-
Field Summary
FieldsFields inherited from class dev.prozilla.pine.common.property.random.RandomObjectProperty
max, minFields inherited from class dev.prozilla.pine.common.property.random.RandomProperty
globalRandom -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.prozilla.pine.common.property.random.RandomProperty
setGlobalSeed, setSeedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.prozilla.pine.common.property.Property
getValue, getValueOr, hasValue, hasValueProperty, isNotNull, isNotNullProperty, isNull, map, replaceNull, requireValue, snapshot, toStringProperty
-
Field Details
-
localRandom
-
-
Constructor Details
-
LocalRandomObjectProperty
-
-
Method Details
-
getRandom
Description copied from class:RandomPropertyReturns the random number generator of this property.- Overrides:
getRandomin classRandomProperty<T>- Returns:
- The random number generator of this property.
-