Moved EnchantmentIds to pocketmine/data/bedrock package

This commit is contained in:
Dylan K. Taylor 2020-10-24 18:24:39 +01:00
parent f3f7ff9237
commit c5b925a213
2 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,6 @@ declare(strict_types=1);
namespace pocketmine\data\bedrock;
use pocketmine\item\enchantment\Enchantment;
use pocketmine\item\enchantment\EnchantmentIds;
use pocketmine\item\enchantment\VanillaEnchantments;
use pocketmine\utils\SingletonTrait;
use function array_key_exists;

View File

@ -21,7 +21,7 @@
declare(strict_types=1);
namespace pocketmine\item\enchantment;
namespace pocketmine\data\bedrock;
final class EnchantmentIds{