Block no longer implements BlockLegacyIds

This commit is contained in:
Dylan K. Taylor 2019-07-19 17:49:59 +01:00
parent 1fee70abfb
commit 99bba66f13

View File

@ -49,7 +49,7 @@ use function assert;
use function dechex;
use const PHP_INT_MAX;
class Block extends Position implements BlockLegacyIds{
class Block extends Position{
/** @var BlockIdentifier */
protected $idInfo;