Updated Chunks managment (markdown)

TheMode 2020-09-27 20:59:08 +02:00
parent 2947f5b539
commit 58fc2b0fa4
1 changed files with 1 additions and 1 deletions

@ -7,4 +7,4 @@ When trying to load a chunk, the instance does multiple checks in this order:
When trying to save a chunk, IChunkLoader#saveChunk is called
# Default behavior
[Default chunk loader](https://github.com/Minestom/Minestom/blob/master/src/main/java/net/minestom/server/instance/MinestomBasicChunkLoader.java) is the default chunk loader used by all InstanceContainer, it does make use of the StorageLocation of the instance (WARNING: will not work if the storage location is null)
[BasicChunkLoader](https://github.com/Minestom/Minestom/blob/master/src/main/java/net/minestom/server/instance/MinestomBasicChunkLoader.java) is the default chunk loader used by all InstanceContainer, it does make use of the StorageLocation of the instance (WARNING: will not work if the storage location is null)