Package com.io7m.jnoisetype.api
Interface NTInstrumentZoneGeneratorType
-
- All Superinterfaces:
NTInstrumentZoneMemberType
public interface NTInstrumentZoneGeneratorType extends NTInstrumentZoneMemberType
An instrument zone generator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NTGenericAmountamount()NTGeneratorgeneratorOperator()-
Methods inherited from interface com.io7m.jnoisetype.api.NTInstrumentZoneMemberType
zone
-
-
-
-
Method Detail
-
generatorOperator
NTGenerator generatorOperator()
- Returns:
- The generator operator
-
amount
NTGenericAmount amount()
- Returns:
- The amount by which to affect the operator
-
-