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
-
Method Details
-
getMaxDispersion
int getMaxDispersion() -
onAirDispersion
void onAirDispersion(int amount)
-