Package com.io7m.jnoisetype.api
Interface NTPresetZoneType
public interface NTPresetZoneType
A preset zone.
-
Method Summary
Modifier and Type Method Description java.util.List<NTPresetZoneGeneratorType>generators()booleanisGlobal()java.util.List<NTPresetZoneModulatorType>modulators()NTPresetTypepreset()
-
Method Details
-
preset
NTPresetType preset()- Returns:
- The preset to which the zone belongs
-
isGlobal
boolean isGlobal()- Returns:
trueiff this zone is a global zone
-
generators
java.util.List<NTPresetZoneGeneratorType> generators()- Returns:
- The list of generators for the zone
-
modulators
java.util.List<NTPresetZoneModulatorType> modulators()- Returns:
- The list of modulators for the zone
-