Class LocalRandomBooleanProperty

All Implemented Interfaces:
BooleanProperty, NonNullProperty<Boolean>, Property<Boolean>, Functor<Boolean>

public class LocalRandomBooleanProperty extends RandomBooleanProperty
  • Field Details

    • localRandom

      protected Random localRandom
  • Constructor Details

    • LocalRandomBooleanProperty

      public LocalRandomBooleanProperty()
  • Method Details

    • getRandom

      protected Random getRandom()
      Description copied from class: RandomProperty
      Returns the random number generator of this property.
      Overrides:
      getRandom in class RandomProperty<Boolean>
      Returns:
      The random number generator of this property.