mirror of
https://github.com/Minestom/Minestom.git
synced 2025-03-02 11:21:15 +01:00
Added additional information in InstanceContainer#cacheChunk about signaling
This commit is contained in:
parent
73d99bf462
commit
7ba1b9e174
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user