Package com.rvandoosselaer.blocks
Class FlatTerrainGenerator
java.lang.Object
com.rvandoosselaer.blocks.FlatTerrainGenerator
- All Implemented Interfaces:
ChunkGenerator
A
ChunkGenerator implementation that creates a flat looking terrain at a given y value.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FlatTerrainGenerator
-
-
Method Details
-
generate
Description copied from interface:ChunkGeneratorGenerates the chunk for the given chunk location.- Specified by:
generatein interfaceChunkGenerator- Parameters:
location- of the chunk- Returns:
- chunk
-