This commit is contained in:
Dylan K. Taylor 2023-08-25 12:49:56 +01:00
parent d1a7c1d453
commit 506d8d1064
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
4 changed files with 0 additions and 6 deletions

View File

@ -26,8 +26,6 @@ namespace pocketmine\data\bedrock;
use pocketmine\entity\effect\Effect;
use pocketmine\entity\effect\VanillaEffects;
use pocketmine\utils\SingletonTrait;
use function array_key_exists;
use function spl_object_id;
final class EffectIdMap{
use SingletonTrait;

View File

@ -26,8 +26,6 @@ namespace pocketmine\data\bedrock;
use pocketmine\item\enchantment\Enchantment;
use pocketmine\item\enchantment\VanillaEnchantments;
use pocketmine\utils\SingletonTrait;
use function array_key_exists;
use function spl_object_id;
/**
* Handles translation of internal enchantment types to and from Minecraft: Bedrock IDs.

View File

@ -23,7 +23,6 @@ declare(strict_types=1);
namespace pocketmine\data\bedrock;
use function abs;
use function array_key_exists;
use function spl_object_id;

View File

@ -26,7 +26,6 @@ namespace pocketmine\data\bedrock;
use pocketmine\block\utils\MushroomBlockType;
use pocketmine\data\bedrock\block\BlockLegacyMetadata as LegacyMeta;
use pocketmine\utils\SingletonTrait;
use function array_key_exists;
final class MushroomBlockTypeIdMap{
use SingletonTrait;