Comment indicating that #getChunks return the loaded chunks

This commit is contained in:
themode 2020-12-13 01:33:54 +01:00
parent bdcb708195
commit f9666a8971

View File

@ -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();