Fixup PHPDoc for blocks

This commit is contained in:
Dylan K. Taylor
2025-01-06 22:37:11 +00:00
parent 8e039f2711
commit 8b23231537
41 changed files with 15 additions and 122 deletions

View File

@ -83,9 +83,6 @@ class FlowerPot extends Flowable{
return $block->hasTypeTag(BlockTypeTags::POTTABLE_PLANTS);
}
/**
* @return AxisAlignedBB[]
*/
protected function recalculateCollisionBoxes() : array{
return [AxisAlignedBB::one()->contract(3 / 16, 0, 3 / 16)->trim(Facing::UP, 5 / 8)];
}