mirror of
https://github.com/Minestom/Minestom.git
synced 2024-11-25 03:55:11 +01:00
Updated Chunks managment (markdown)
parent
2947f5b539
commit
58fc2b0fa4
@ -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)
|
Loading…
Reference in New Issue
Block a user