Added additional information in InstanceContainer#cacheChunk about signaling

This commit is contained in:
themode 2020-11-05 22:53:46 +01:00
parent 73d99bf462
commit 7ba1b9e174

View File

@ -678,7 +678,8 @@ public class InstanceContainer extends Instance {
/**
* Adds a {@link Chunk} to the internal instance map.
* <p>
* WARNING: the chunk will not automatically be sent to players
* WARNING: the chunk will not automatically be sent to players and
* {@link net.minestom.server.UpdateManager#signalChunkLoad(Instance, int, int)} must be called manually.
*
* @param chunk the chunk to cache
*/