mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-11 00:09:39 +00:00
SubChunkInterface: clarify documentation of isEmptyFast()
This commit is contained in:
parent
2e45398072
commit
e1816bd415
@ -34,7 +34,7 @@ interface SubChunkInterface{
|
||||
|
||||
/**
|
||||
* Returns a non-authoritative bool to indicate whether the chunk contains any blocks.
|
||||
* This is a fast check, but may be inaccurate if the chunk has been modified and not garbage-collected.
|
||||
* This may report non-empty erroneously if the chunk has been modified and not garbage-collected.
|
||||
*/
|
||||
public function isEmptyFast() : bool;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user