Package com.io7m.jnoisetype.api
Interface NTPresetZoneGeneratorType
-
- All Superinterfaces:
NTPresetZoneMemberType
public interface NTPresetZoneGeneratorType extends NTPresetZoneMemberType
A preset 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.NTPresetZoneMemberType
zone
-
-
-
-
Method Detail
-
generatorOperator
NTGenerator generatorOperator()
- Returns:
- The generator operator
-
amount
NTGenericAmount amount()
- Returns:
- The amount by which to affect the operator
-
-