Class LocalRandomBooleanProperty
java.lang.Object
dev.prozilla.pine.common.property.random.RandomProperty<Boolean>
dev.prozilla.pine.common.property.random.RandomBooleanProperty
dev.prozilla.pine.common.property.random.LocalRandomBooleanProperty
- All Implemented Interfaces:
BooleanProperty,NonNullProperty<Boolean>,Property<Boolean>,Functor<Boolean>
-
Field Summary
FieldsFields inherited from class dev.prozilla.pine.common.property.random.RandomProperty
globalRandomFields inherited from interface dev.prozilla.pine.common.property.BooleanProperty
FALSE, TRUE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.prozilla.pine.common.property.random.RandomBooleanProperty
getMethods 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.BooleanProperty
and, and, getValue, getValueOr, has, hasProperty, ifElse, map, not, or, or, replaceNull, requireValue, xor, xorMethods inherited from interface dev.prozilla.pine.common.property.NonNullProperty
isNotNull, isNotNullPropertyMethods inherited from interface dev.prozilla.pine.common.property.Property
hasValue, hasValueProperty, isNull, map, snapshot, toStringProperty
-
Field Details
-
localRandom
-
-
Constructor Details
-
LocalRandomBooleanProperty
public LocalRandomBooleanProperty()
-
-
Method Details
-
getRandom
Description copied from class:RandomPropertyReturns the random number generator of this property.- Overrides:
getRandomin classRandomProperty<Boolean>- Returns:
- The random number generator of this property.
-