mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
Moved EnchantmentIds to pocketmine/data/bedrock package
This commit is contained in:
@@ -24,7 +24,6 @@ declare(strict_types=1);
|
|||||||
namespace pocketmine\data\bedrock;
|
namespace pocketmine\data\bedrock;
|
||||||
|
|
||||||
use pocketmine\item\enchantment\Enchantment;
|
use pocketmine\item\enchantment\Enchantment;
|
||||||
use pocketmine\item\enchantment\EnchantmentIds;
|
|
||||||
use pocketmine\item\enchantment\VanillaEnchantments;
|
use pocketmine\item\enchantment\VanillaEnchantments;
|
||||||
use pocketmine\utils\SingletonTrait;
|
use pocketmine\utils\SingletonTrait;
|
||||||
use function array_key_exists;
|
use function array_key_exists;
|
||||||
|
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace pocketmine\item\enchantment;
|
namespace pocketmine\data\bedrock;
|
||||||
|
|
||||||
final class EnchantmentIds{
|
final class EnchantmentIds{
|
||||||
|
|
Reference in New Issue
Block a user