Merge remote-tracking branch 'origin/minor-next' into major-next

This commit is contained in:
Dylan K. Taylor
2025-08-24 23:18:21 +01:00
57 changed files with 4984 additions and 3636 deletions

View File

@@ -488,6 +488,10 @@ class Item implements \JsonSerializable{
return $this->getBlock()->canBePlaced();
}
public function getPlacementBlock(Block $blockReplace, Block $blockClicked, int $face, Vector3 $clickVector) : Block{
return $this->getBlock($face);
}
/**
* Returns the block corresponding to this Item.
*/