mirror of
https://github.com/filoghost/ChestCommands.git
synced 2024-11-25 19:45:44 +01:00
Create icon package
This commit is contained in:
parent
da14e8bbc9
commit
f667f967ea
@ -25,6 +25,7 @@ import org.bukkit.inventory.meta.ItemMeta;
|
||||
import me.filoghost.chestcommands.ChestCommands;
|
||||
import me.filoghost.chestcommands.Permissions;
|
||||
import me.filoghost.chestcommands.action.Action;
|
||||
import me.filoghost.chestcommands.menu.icon.AdvancedIcon;
|
||||
|
||||
public class AdvancedIconMenu extends BaseIconMenu<AdvancedIcon> {
|
||||
|
||||
|
@ -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.menu;
|
||||
package me.filoghost.chestcommands.menu.icon;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@ -26,6 +26,9 @@ import me.filoghost.chestcommands.action.GiveMoneyAction;
|
||||
import me.filoghost.chestcommands.action.OpenMenuAction;
|
||||
import me.filoghost.chestcommands.api.impl.ConfigurableIconImpl;
|
||||
import me.filoghost.chestcommands.bridge.EconomyBridge;
|
||||
import me.filoghost.chestcommands.menu.AdvancedIconMenu;
|
||||
import me.filoghost.chestcommands.menu.BaseIconMenu;
|
||||
import me.filoghost.chestcommands.menu.MenuManager;
|
||||
import me.filoghost.chestcommands.util.MaterialsHelper;
|
||||
|
||||
public class AdvancedIcon extends ConfigurableIconImpl {
|
@ -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.menu;
|
||||
package me.filoghost.chestcommands.menu.icon;
|
||||
|
||||
import org.bukkit.entity.Player;
|
||||
|
@ -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.menu;
|
||||
package me.filoghost.chestcommands.menu.icon;
|
||||
|
||||
import org.bukkit.Material;
|
||||
import org.bukkit.inventory.Inventory;
|
@ -26,8 +26,8 @@ import me.filoghost.chestcommands.ChestCommands;
|
||||
import me.filoghost.chestcommands.action.Action;
|
||||
import me.filoghost.chestcommands.config.AsciiPlaceholders;
|
||||
import me.filoghost.chestcommands.config.ConfigUtil;
|
||||
import me.filoghost.chestcommands.menu.AdvancedIcon;
|
||||
import me.filoghost.chestcommands.menu.RequiredItem;
|
||||
import me.filoghost.chestcommands.menu.icon.AdvancedIcon;
|
||||
import me.filoghost.chestcommands.menu.icon.RequiredItem;
|
||||
import me.filoghost.chestcommands.parser.EnchantmentParser.EnchantmentDetails;
|
||||
import me.filoghost.chestcommands.util.ErrorCollector;
|
||||
import me.filoghost.chestcommands.util.FormatUtils;
|
||||
|
@ -24,8 +24,8 @@ import me.filoghost.chestcommands.ChestCommands;
|
||||
import me.filoghost.chestcommands.action.Action;
|
||||
import me.filoghost.chestcommands.config.ConfigUtil;
|
||||
import me.filoghost.chestcommands.config.yaml.PluginConfig;
|
||||
import me.filoghost.chestcommands.menu.AdvancedIcon;
|
||||
import me.filoghost.chestcommands.menu.AdvancedIconMenu;
|
||||
import me.filoghost.chestcommands.menu.icon.AdvancedIcon;
|
||||
import me.filoghost.chestcommands.menu.settings.ClickType;
|
||||
import me.filoghost.chestcommands.menu.settings.MenuSettings;
|
||||
import me.filoghost.chestcommands.menu.settings.OpenTrigger;
|
||||
|
Loading…
Reference in New Issue
Block a user