Drop string ID -> legacy ID conversion tables

these are not used for anything anymore
This commit is contained in:
Dylan K. Taylor
2022-07-07 20:00:25 +01:00
parent 419b21281d
commit d894c5e97f
5 changed files with 7 additions and 29 deletions

View File

@ -23,11 +23,11 @@ declare(strict_types=1);
namespace pocketmine\data\bedrock\block\upgrade;
use pocketmine\data\bedrock\LegacyToStringBidirectionalIdMap;
use pocketmine\data\bedrock\LegacyToStringIdMap;
use pocketmine\utils\SingletonTrait;
use Webmozart\PathUtil\Path;
final class LegacyBlockIdToStringIdMap extends LegacyToStringBidirectionalIdMap{
final class LegacyBlockIdToStringIdMap extends LegacyToStringIdMap{
use SingletonTrait;
public function __construct(){