Class RandomObjectProperty<T>

java.lang.Object
dev.prozilla.pine.common.property.random.RandomProperty<T>
dev.prozilla.pine.common.property.random.RandomObjectProperty<T>
All Implemented Interfaces:
Property<T>, Functor<T>
Direct Known Subclasses:
LocalRandomObjectProperty, RandomVector2fProperty

public abstract class RandomObjectProperty<T> extends RandomProperty<T>
A randomized property that supports null values.
  • Field Details

    • min

      protected final T min
    • max

      protected final T max
  • Constructor Details

    • RandomObjectProperty

      public RandomObjectProperty(T min, T max)