Package com.rvandoosselaer.blocks
Interface ChunkGenerator
-
- All Known Implementing Classes:
FlatTerrainGenerator
public interface ChunkGenerator
The contract of a ChunkGenerator implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Chunk
generate(com.simsilica.mathd.Vec3i location)
Generates the chunk for the given chunk location.
-
-
-
Method Detail
-
generate
Chunk generate(com.simsilica.mathd.Vec3i location)
Generates the chunk for the given chunk location.- Parameters:
location
- of the chunk- Returns:
- chunk
-
-