Imports rearrangement

This commit is contained in:
SOF3
2016-10-03 00:35:24 +08:00
parent 84e15b6b1a
commit 6fc435da0e
115 changed files with 42 additions and 199 deletions

View File

@ -23,7 +23,6 @@ namespace pocketmine\command;
use pocketmine\event\TranslationContainer;
use pocketmine\Server;
use pocketmine\utils\MainLogger;
use pocketmine\utils\TextFormat;
class FormattedCommandAlias extends Command{

View File

@ -24,7 +24,6 @@ namespace pocketmine\command;
use pocketmine\event\TranslationContainer;
use pocketmine\plugin\Plugin;
class PluginCommand extends Command implements PluginIdentifiableCommand{
/** @var Plugin */

View File

@ -21,7 +21,6 @@
namespace pocketmine\command;
use pocketmine\event\TextContainer;
class RemoteConsoleCommandSender extends ConsoleCommandSender{

View File

@ -62,7 +62,6 @@ use pocketmine\command\defaults\VersionCommand;
use pocketmine\command\defaults\WhitelistCommand;
use pocketmine\event\TranslationContainer;
use pocketmine\Server;
use pocketmine\utils\MainLogger;
use pocketmine\utils\TextFormat;
class SimpleCommandMap implements CommandMap{

View File

@ -26,7 +26,6 @@ use pocketmine\command\CommandSender;
use pocketmine\event\TranslationContainer;
use pocketmine\Player;
class BanCommand extends VanillaCommand{
public function __construct($name){

View File

@ -26,7 +26,6 @@ use pocketmine\command\CommandSender;
use pocketmine\event\TranslationContainer;
use pocketmine\Player;
class BanIpCommand extends VanillaCommand{
public function __construct($name){

View File

@ -24,7 +24,6 @@ namespace pocketmine\command\defaults;
use pocketmine\command\CommandSender;
use pocketmine\event\TranslationContainer;
class BanListCommand extends VanillaCommand{
public function __construct($name){

View File

@ -25,7 +25,6 @@ use pocketmine\command\CommandSender;
use pocketmine\event\TranslationContainer;
use pocketmine\Server;
class DefaultGamemodeCommand extends VanillaCommand{
public function __construct($name){

View File

@ -24,11 +24,9 @@ namespace pocketmine\command\defaults;
use pocketmine\command\Command;
use pocketmine\command\CommandSender;
use pocketmine\event\TranslationContainer;
use pocketmine\network\Network;
use pocketmine\network\protocol\SetDifficultyPacket;
use pocketmine\Server;
class DifficultyCommand extends VanillaCommand{
public function __construct($name){

View File

@ -23,7 +23,6 @@ namespace pocketmine\command\defaults;
use pocketmine\command\CommandSender;
class DumpMemoryCommand extends VanillaCommand{
private static $executions = 0;

View File

@ -21,7 +21,6 @@
namespace pocketmine\command\defaults;
use pocketmine\command\CommandSender;
use pocketmine\entity\Effect;
use pocketmine\entity\InstantEffect;

View File

@ -21,10 +21,7 @@
namespace pocketmine\command\defaults;
use pocketmine\command\CommandSender;
use pocketmine\entity\Effect;
use pocketmine\entity\InstantEffect;
use pocketmine\event\TranslationContainer;
use pocketmine\item\enchantment\Enchantment;
use pocketmine\utils\TextFormat;

View File

@ -24,7 +24,6 @@ namespace pocketmine\command\defaults;
use pocketmine\command\CommandSender;
use pocketmine\utils\TextFormat;
class GarbageCollectorCommand extends VanillaCommand{
public function __construct($name){

View File

@ -25,7 +25,6 @@ use pocketmine\command\CommandSender;
use pocketmine\event\TranslationContainer;
use pocketmine\Player;
class ListCommand extends VanillaCommand{
public function __construct($name){

View File

@ -25,7 +25,6 @@ use pocketmine\command\Command;
use pocketmine\command\CommandSender;
use pocketmine\event\TranslationContainer;
class PardonCommand extends VanillaCommand{
public function __construct($name){

View File

@ -25,7 +25,6 @@ use pocketmine\command\Command;
use pocketmine\command\CommandSender;
use pocketmine\event\TranslationContainer;
class PardonIpCommand extends VanillaCommand{
public function __construct($name){

View File

@ -25,7 +25,6 @@ use pocketmine\command\Command;
use pocketmine\command\CommandSender;
use pocketmine\event\TranslationContainer;
class SaveCommand extends VanillaCommand{
public function __construct($name){

View File

@ -25,7 +25,6 @@ use pocketmine\command\Command;
use pocketmine\command\CommandSender;
use pocketmine\event\TranslationContainer;
class SaveOffCommand extends VanillaCommand{
public function __construct($name){

View File

@ -25,7 +25,6 @@ use pocketmine\command\Command;
use pocketmine\command\CommandSender;
use pocketmine\event\TranslationContainer;
class SaveOnCommand extends VanillaCommand{
public function __construct($name){

View File

@ -25,7 +25,6 @@ use pocketmine\command\CommandSender;
use pocketmine\event\TranslationContainer;
use pocketmine\Player;
class SeedCommand extends VanillaCommand{
public function __construct($name){

View File

@ -25,7 +25,6 @@ use pocketmine\command\Command;
use pocketmine\command\CommandSender;
use pocketmine\event\TranslationContainer;
class StopCommand extends VanillaCommand{
public function __construct($name){

View File

@ -25,7 +25,6 @@ use pocketmine\command\CommandSender;
use pocketmine\event\TimingsHandler;
use pocketmine\event\TranslationContainer;
class TimingsCommand extends VanillaCommand{
public static $timingStart = 0;