net.morbz.minecraft.level
Interface IGenerator

All Known Implementing Classes:
FlatGenerator, SimpleGenerator

public interface IGenerator

Interface for world generators.

Author:
MorbZ

Method Summary
 java.lang.String getGeneratorName()
          Returns the generator name as it is used in the level file.
 java.lang.String getGeneratorOptions()
          Returns the generator options as they are used in the level file.
 

Method Detail

getGeneratorName

java.lang.String getGeneratorName()
Returns the generator name as it is used in the level file.

Returns:
The generator name

getGeneratorOptions

java.lang.String getGeneratorOptions()
Returns the generator options as they are used in the level file.

Returns:
The generator options. Can be 'null'