Interface ChunkSupplier
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Used to customize which type of
Chunk an implementation should use.-
Method Summary
Modifier and TypeMethodDescriptioncreateChunk(Instance instance, int chunkX, int chunkZ) Creates aChunkobject.
-
Method Details
-
createChunk
-