Interface IInfluenceDispersing

All Known Implementing Classes:
FlowDetectorModule, RegulatorModule, VacuumModule

public interface IInfluenceDispersing
Represents a module which can control or monitor how much air flows through the tube it's on.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    onAirDispersion(int amount)
     
  • Method Details

    • getMaxDispersion

      int getMaxDispersion()
    • onAirDispersion

      void onAirDispersion(int amount)