mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
added some nullable and void typehints to Block API
This commit is contained in:
@ -53,7 +53,7 @@ class Trapdoor extends Transparent{
|
||||
return 3;
|
||||
}
|
||||
|
||||
protected function recalculateBoundingBox(){
|
||||
protected function recalculateBoundingBox() : ?AxisAlignedBB{
|
||||
|
||||
$damage = $this->getDamage();
|
||||
|
||||
|
Reference in New Issue
Block a user