Merge branch 'stable' into next-minor

This commit is contained in:
Dylan K. Taylor
2023-01-06 01:50:17 +00:00
18 changed files with 101 additions and 140 deletions

View File

@ -1363,7 +1363,9 @@ class World implements ChunkManager{
/**
* Notify the blocks at and around the position that the block at the position may have changed.
* This will cause onNeighbourBlockUpdate() to be called for these blocks.
* This will cause onNearbyBlockChange() to be called for these blocks.
*
* @see Block::onNearbyBlockChange()
*/
public function notifyNeighbourBlockUpdate(Vector3 $pos) : void{
$this->tryAddToNeighbourUpdateQueue($pos);