Interface SettableDoubleValue

All Superinterfaces:
DoubleSupplier, DoubleValue, Subscribable, Value<DoubleValueChangedCallback>
All Known Subinterfaces:
SettableBeatTimeValue

public interface SettableDoubleValue extends DoubleValue
  • Method Details

    • set

      void set(double value)
      Sets the internal value.
      Parameters:
      value - the new integer value.
      Since:
      API version 1
    • inc

      void inc(double amount)
      Increases/decrease the internal value by the given amount.
      Parameters:
      amount - the integer amount to increase
      Since:
      API version 1