imports cleanup

This commit is contained in:
Dylan K. Taylor
2020-04-28 17:27:38 +01:00
parent 81044d6aea
commit f9a587d40e
17 changed files with 14 additions and 11 deletions

View File

@@ -27,7 +27,6 @@ use pocketmine\block\Liquid;
use pocketmine\entity\Living;
use pocketmine\math\Vector3;
use pocketmine\world\sound\EndermanTeleportSound;
use function assert;
use function min;
use function mt_rand;

View File

@@ -29,7 +29,6 @@ use pocketmine\block\VanillaBlocks;
use pocketmine\math\Vector3;
use pocketmine\player\Player;
use pocketmine\world\sound\FlintSteelSound;
use function assert;
class FlintSteel extends Tool{