From ffb063e2d85003efa7e021a5a3489e83b4f0dbf9 Mon Sep 17 00:00:00 2001 From: StarWishsama Date: Sun, 24 Jan 2021 11:42:01 +0800 Subject: [PATCH] refactor: removed unused import --- .../items/electric/machines/AutoDisenchanter.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoDisenchanter.java b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoDisenchanter.java index 3f634c0be..e8c41816f 100644 --- a/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoDisenchanter.java +++ b/src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/electric/machines/AutoDisenchanter.java @@ -2,9 +2,7 @@ package io.github.thebusybiscuit.slimefun4.implementation.items.electric.machine import io.github.thebusybiscuit.cscorelib2.inventory.InvUtils; import io.github.thebusybiscuit.slimefun4.api.events.AutoDisenchantEvent; -import io.github.thebusybiscuit.slimefun4.api.items.ItemSetting; import io.github.thebusybiscuit.slimefun4.api.items.settings.IntRangeSetting; -import io.github.thebusybiscuit.slimefun4.core.services.localization.SlimefunLocalization; import io.github.thebusybiscuit.slimefun4.implementation.SlimefunPlugin; import me.mrCookieSlime.Slimefun.Lists.RecipeType; import me.mrCookieSlime.Slimefun.Objects.Category; @@ -24,8 +22,6 @@ import org.bukkit.inventory.meta.Repairable; import javax.annotation.Nullable; import javax.annotation.ParametersAreNonnullByDefault; -import java.util.Arrays; -import java.util.Collections; import java.util.HashMap; import java.util.Map;