Package com.rvandoosselaer.blocks
Interface ChunkGenerator
- All Known Implementing Classes:
FlatTerrainGenerator
public interface ChunkGenerator
The contract of a ChunkGenerator implementation.
-
Method Summary
-
Method Details
-
generate
Generates the chunk for the given chunk location.- Parameters:
location
- of the chunk- Returns:
- chunk
-