mirror of
https://github.com/filoghost/ChestCommands.git
synced 2024-11-26 03:55:40 +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);
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
@Override
|
||||
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.nbt.parser.MojangsonParseException;
|
||||
import com.gmail.filoghost.chestcommands.util.nbt.parser.MojangsonParser;
|
||||
import org.bukkit.Material;
|
||||
import org.bukkit.configuration.ConfigurationSection;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
Loading…
Reference in New Issue
Block a user