mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-23 00:55:57 +00:00
clean up function imports
This commit is contained in:
parent
758a68aa2c
commit
1257378198
@ -49,7 +49,9 @@ use function base64_encode;
|
||||
use function file_get_contents;
|
||||
use function get_class;
|
||||
use function hex2bin;
|
||||
use function is_string;
|
||||
use function json_decode;
|
||||
use function strlen;
|
||||
use const DIRECTORY_SEPARATOR;
|
||||
|
||||
class Item implements ItemIds, \JsonSerializable{
|
||||
|
@ -30,7 +30,6 @@ use pocketmine\network\mcpe\protocol\types\DimensionIds;
|
||||
use pocketmine\network\mcpe\protocol\types\MapDecoration;
|
||||
use pocketmine\network\mcpe\protocol\types\MapTrackedObject;
|
||||
use pocketmine\utils\Color;
|
||||
use function assert;
|
||||
use function count;
|
||||
|
||||
class ClientboundMapItemDataPacket extends DataPacket{
|
||||
|
@ -25,7 +25,6 @@ namespace pocketmine\network\mcpe\protocol\types;
|
||||
|
||||
use pocketmine\entity\Skin;
|
||||
|
||||
use function is_array;
|
||||
use function is_string;
|
||||
use function json_decode;
|
||||
use function json_encode;
|
||||
|
Loading…
x
Reference in New Issue
Block a user