Add Checkstyle check for unused imports

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2023-12-17 10:26:49 +11:00
parent 90ab7d39e5
commit 8c7156ce51
19 changed files with 2 additions and 46 deletions

View File

@@ -9,8 +9,6 @@ import java.util.Collections;
import java.util.List;
import net.minecraft.commands.CommandDispatcher;
import net.minecraft.commands.CommandListenerWrapper;
import net.minecraft.server.MinecraftServer;
import net.minecraft.server.dedicated.DedicatedServer;
import net.minecraft.world.entity.vehicle.EntityMinecartCommandBlock;
import org.bukkit.Location;
import org.bukkit.command.BlockCommandSender;