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:ChunkGenerator
Generates the chunk for the given chunk location.- Specified by:
generate
in interfaceChunkGenerator
- Parameters:
location
- of the chunk- Returns:
- chunk
-