Interface ChunkGenerator
- All Known Implementing Classes:
VoidGenerator
public interface ChunkGenerator
Represents an object that generates chunks.
-
Method Summary
-
Method Details
-
generate
Generates a chunk.- Parameters:
chunk
- the chunk that should be generated- Since:
- 1.0.0
-