Class FixedProperty<T>

java.lang.Object
dev.prozilla.pine.common.random.property.VariableProperty<T>
dev.prozilla.pine.common.random.property.FixedProperty<T>

public class FixedProperty<T> extends VariableProperty<T>
  • Field Details

    • value

      protected final T value
  • Constructor Details

    • FixedProperty

      public FixedProperty(T value)
  • Method Details