mirror of
https://github.com/filoghost/ChestCommands.git
synced 2024-11-26 12:05:45 +01:00
Remove unused import and annotation
This commit is contained in:
parent
4ab7f5bcaa
commit
0ef4b0b2cc
@ -142,7 +142,6 @@ public class ExtendedIcon extends Icon {
|
|||||||
return super.calculateLore(pov);
|
return super.calculateLore(pov);
|
||||||
}
|
}
|
||||||
|
|
||||||
@SuppressWarnings("deprecation")
|
|
||||||
@Override
|
@Override
|
||||||
public boolean onClick(Player player) {
|
public boolean onClick(Player player) {
|
||||||
|
|
||||||
|
@ -24,7 +24,6 @@ import com.gmail.filoghost.chestcommands.internal.icon.IconCommand;
|
|||||||
import com.gmail.filoghost.chestcommands.util.*;
|
import com.gmail.filoghost.chestcommands.util.*;
|
||||||
import com.gmail.filoghost.chestcommands.util.nbt.parser.MojangsonParseException;
|
import com.gmail.filoghost.chestcommands.util.nbt.parser.MojangsonParseException;
|
||||||
import com.gmail.filoghost.chestcommands.util.nbt.parser.MojangsonParser;
|
import com.gmail.filoghost.chestcommands.util.nbt.parser.MojangsonParser;
|
||||||
import org.bukkit.Material;
|
|
||||||
import org.bukkit.configuration.ConfigurationSection;
|
import org.bukkit.configuration.ConfigurationSection;
|
||||||
|
|
||||||
import java.util.ArrayList;
|
import java.util.ArrayList;
|
||||||
|
Loading…
Reference in New Issue
Block a user