mirror of
https://github.com/filoghost/ChestCommands.git
synced 2024-11-22 18:16:14 +01:00
Move classes
This commit is contained in:
parent
6261c318b0
commit
f37cad5185
@ -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 {
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user