Class DelayPourable

java.lang.Object
com.tccc.kos.ext.dispense.pipeline.beverage.Pourable
com.tccc.kos.ext.dispense.pipeline.beverage.DelayPourable
All Implemented Interfaces:
Cloneable

public class DelayPourable extends Pourable
Pourable that doesn't actually pour anything but takes a specified amount of time to complete. This can be mixed with other pourables to create pauses in a poured sequence.
Since:
1.0
Version:
2023-08-09
  • Constructor Details

    • DelayPourable

      public DelayPourable(int delay)
  • Method Details

    • getVolume

      public double getVolume()
      Description copied from class: Pourable
      Return the configured volume to pour. The effective volume may be less than this due to limits.
      Overrides:
      getVolume in class Pourable
    • getDelay

      public int getDelay()
    • setDelay

      public void setDelay(int delay)