This commit is contained in:
Dylan K. Taylor 2022-02-10 13:49:40 +00:00
parent 45150f1a52
commit db9d769db6
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ namespace pocketmine\data\bedrock\blockstate\upgrade;
use pocketmine\data\bedrock\blockstate\upgrade\BlockStateUpgradeSchemaValueRemap as ValueRemap;
use pocketmine\nbt\tag\Tag;
use function count;
final class BlockStateUpgradeSchema{
/**

View File

@ -48,6 +48,7 @@ use function str_pad;
use function strval;
use const JSON_THROW_ON_ERROR;
use const SORT_NUMERIC;
use const STR_PAD_LEFT;
final class BlockStateUpgradeSchemaUtils{