diff --git a/src/pocketmine/block/Block.php b/src/pocketmine/block/Block.php index 35e868efc..364e6be11 100644 --- a/src/pocketmine/block/Block.php +++ b/src/pocketmine/block/Block.php @@ -131,6 +131,7 @@ class Block extends Position implements BlockIds, Metadatable{ public function getRuntimeId() : int{ return BlockFactory::toStaticRuntimeId($this->getId(), $this->getDamage()); } + /** * @return int */