RuntimeBlockMapping: these IDs are not static any more

This commit is contained in:
Dylan K. Taylor
2020-05-11 12:40:55 +01:00
parent e3dec95b75
commit 6b037d6a4c
3 changed files with 4 additions and 4 deletions

View File

@ -111,7 +111,7 @@ class Block{
* @internal
*/
public function getRuntimeId() : int{
return RuntimeBlockMapping::getInstance()->toStaticRuntimeId($this->getId(), $this->getMeta());
return RuntimeBlockMapping::getInstance()->toRuntimeId($this->getId(), $this->getMeta());
}
public function getMeta() : int{