mirror of
https://github.com/Minestom/Minestom.git
synced 2024-12-26 19:18:12 +01:00
Comment indicating that #getChunks return the loaded chunks
This commit is contained in:
parent
bdcb708195
commit
f9666a8971
@ -239,9 +239,9 @@ public abstract class Instance implements BlockModifier, EventHandler, DataConta
|
||||
public abstract void setChunkGenerator(@Nullable ChunkGenerator chunkGenerator);
|
||||
|
||||
/**
|
||||
* Gets all the instance's chunks.
|
||||
* Gets all the instance's loaded chunks.
|
||||
*
|
||||
* @return an unmodifiable containing all the loaded chunks of the instance
|
||||
* @return an unmodifiable containing all the instance chunks
|
||||
*/
|
||||
@NotNull
|
||||
public abstract Collection<Chunk> getChunks();
|
||||
|
Loading…
Reference in New Issue
Block a user