whitespace

This commit is contained in:
Dylan K. Taylor 2018-09-23 18:41:57 +01:00
parent c501c740a1
commit 0b989925d7

View File

@ -131,6 +131,7 @@ class Block extends Position implements BlockIds, Metadatable{
public function getRuntimeId() : int{
return BlockFactory::toStaticRuntimeId($this->getId(), $this->getDamage());
}
/**
* @return int
*/