Move classes

This commit is contained in:
filoghost 2020-06-06 21:37:17 +02:00
parent 6261c318b0
commit f37cad5185
7 changed files with 4 additions and 10 deletions

View File

@ -18,7 +18,6 @@ import org.bukkit.Material;
import org.bukkit.event.block.Action;
import org.bukkit.inventory.ItemStack;
import me.filoghost.chestcommands.util.ClickType;
import me.filoghost.chestcommands.util.Validate;
public class BoundItem {

View File

@ -12,7 +12,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package me.filoghost.chestcommands.util;
package me.filoghost.chestcommands.internal;
import org.bukkit.event.block.Action;

View File

@ -12,7 +12,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package me.filoghost.chestcommands.internal.icon;
package me.filoghost.chestcommands.internal;
import org.bukkit.ChatColor;
import org.bukkit.entity.Player;
@ -22,9 +22,6 @@ import org.bukkit.inventory.InventoryView;
import me.filoghost.chestcommands.ChestCommands;
import me.filoghost.chestcommands.api.Icon;
import me.filoghost.chestcommands.bridge.EconomyBridge;
import me.filoghost.chestcommands.internal.ExtendedIconMenu;
import me.filoghost.chestcommands.internal.MenuInventoryHolder;
import me.filoghost.chestcommands.internal.RequiredItem;
import me.filoghost.chestcommands.util.MaterialsRegistry;
import me.filoghost.chestcommands.util.StringUtils;

View File

@ -26,7 +26,6 @@ import me.filoghost.chestcommands.ChestCommands;
import me.filoghost.chestcommands.Permissions;
import me.filoghost.chestcommands.action.Action;
import me.filoghost.chestcommands.api.IconMenu;
import me.filoghost.chestcommands.internal.icon.ExtendedIcon;
import me.filoghost.chestcommands.util.ItemUtils;
import java.util.List;

View File

@ -17,7 +17,6 @@ package me.filoghost.chestcommands.internal;
import org.bukkit.Material;
import me.filoghost.chestcommands.action.Action;
import me.filoghost.chestcommands.util.ClickType;
import java.util.List;

View File

@ -29,8 +29,8 @@ import me.filoghost.chestcommands.config.AsciiPlaceholders;
import me.filoghost.chestcommands.config.ConfigUtil;
import me.filoghost.chestcommands.exception.FormatException;
import me.filoghost.chestcommands.internal.RunActionsClickHandler;
import me.filoghost.chestcommands.internal.ExtendedIcon;
import me.filoghost.chestcommands.internal.RequiredItem;
import me.filoghost.chestcommands.internal.icon.ExtendedIcon;
import me.filoghost.chestcommands.parser.EnchantmentParser.EnchantmentDetails;
import me.filoghost.chestcommands.util.ErrorCollector;
import me.filoghost.chestcommands.util.FormatUtils;

View File

@ -26,10 +26,10 @@ import me.filoghost.chestcommands.api.Icon;
import me.filoghost.chestcommands.config.ConfigUtil;
import me.filoghost.chestcommands.config.yaml.PluginConfig;
import me.filoghost.chestcommands.exception.FormatException;
import me.filoghost.chestcommands.internal.ClickType;
import me.filoghost.chestcommands.internal.ExtendedIconMenu;
import me.filoghost.chestcommands.internal.MenuData;
import me.filoghost.chestcommands.parser.IconParser.Coords;
import me.filoghost.chestcommands.util.ClickType;
import me.filoghost.chestcommands.util.ErrorCollector;
import me.filoghost.chestcommands.util.FormatUtils;