mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 00:39:45 +00:00
Block no longer implements BlockLegacyIds
This commit is contained in:
parent
1fee70abfb
commit
99bba66f13
@ -49,7 +49,7 @@ use function assert;
|
|||||||
use function dechex;
|
use function dechex;
|
||||||
use const PHP_INT_MAX;
|
use const PHP_INT_MAX;
|
||||||
|
|
||||||
class Block extends Position implements BlockLegacyIds{
|
class Block extends Position{
|
||||||
|
|
||||||
/** @var BlockIdentifier */
|
/** @var BlockIdentifier */
|
||||||
protected $idInfo;
|
protected $idInfo;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user