SubChunkInterface: clarify documentation of isEmptyFast()

This commit is contained in:
Dylan K. Taylor 2020-09-04 22:10:42 +01:00
parent 2e45398072
commit e1816bd415

View File

@ -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;