Interface ChunkGenerator

All Known Implementing Classes:
FlatTerrainGenerator

public interface ChunkGenerator
The contract of a ChunkGenerator implementation.
  • Method Summary

    Modifier and Type
    Method
    Description
    generate(com.simsilica.mathd.Vec3i location)
    Generates the chunk for the given chunk location.
  • Method Details

    • generate

      Chunk generate(com.simsilica.mathd.Vec3i location)
      Generates the chunk for the given chunk location.
      Parameters:
      location - of the chunk
      Returns:
      chunk