Package net.minestom.server.utils.chunk
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 TypeMethodDescription@NotNull ChunkcreateChunk(@NotNull Instance instance, int chunkX, int chunkZ) Creates aChunkobject.