Interface ChunkGenerator

  • All Known Implementing Classes:
    FlatTerrainGenerator

    public interface ChunkGenerator
    The contract of a ChunkGenerator implementation.
    • 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