Package com.io7m.jnoisetype.api
Interface NTPresetZoneType
-
public interface NTPresetZoneTypeA preset zone.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<NTPresetZoneGeneratorType>generators()booleanisGlobal()java.util.List<NTPresetZoneModulatorType>modulators()NTPresetTypepreset()
-
-
-
Method Detail
-
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
-
-