Skip to content

Commit

Permalink
[ci-skip] Get all gui related classes in one location
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Mar 8, 2024
1 parent 9b15b57 commit dad2b2f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,16 @@
import com.badbones69.crazyenchantments.paper.enchantments.PickaxeEnchantments;
import com.badbones69.crazyenchantments.paper.enchantments.SwordEnchantments;
import com.badbones69.crazyenchantments.paper.enchantments.ToolEnchantments;
import com.badbones69.crazyenchantments.paper.gui.BlackSmith;
import com.badbones69.crazyenchantments.paper.gui.GKitzController;
import com.badbones69.crazyenchantments.paper.gui.InfoGUIControl;
import com.badbones69.crazyenchantments.paper.gui.Tinkerer;
import com.badbones69.crazyenchantments.paper.listeners.AuraListener;
import com.badbones69.crazyenchantments.paper.listeners.DustControlListener;
import com.badbones69.crazyenchantments.paper.listeners.FireworkDamageListener;
import com.badbones69.crazyenchantments.paper.listeners.MiscListener;
import com.badbones69.crazyenchantments.paper.listeners.ProtectionCrystalListener;
import com.badbones69.crazyenchantments.paper.listeners.ShopListener;
import com.badbones69.crazyenchantments.paper.gui.ShopListener;
import com.badbones69.crazyenchantments.paper.listeners.server.WorldSwitchListener;
import org.bstats.bukkit.Metrics;
import org.bukkit.command.CommandExecutor;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import com.badbones69.crazyenchantments.paper.controllers.settings.EnchantmentBookSettings;
import com.badbones69.crazyenchantments.paper.controllers.settings.ProtectionCrystalSettings;
import com.badbones69.crazyenchantments.paper.listeners.ScramblerListener;
import com.badbones69.crazyenchantments.paper.listeners.ShopListener;
import com.badbones69.crazyenchantments.paper.gui.ShopListener;
import com.badbones69.crazyenchantments.paper.api.utils.ColorUtils;
import com.badbones69.crazyenchantments.paper.api.utils.NumberUtils;
import com.google.gson.Gson;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.badbones69.crazyenchantments.paper.controllers;
package com.badbones69.crazyenchantments.paper.gui;

import com.badbones69.crazyenchantments.paper.CrazyEnchantments;
import com.badbones69.crazyenchantments.paper.Methods;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.badbones69.crazyenchantments.paper.controllers;
package com.badbones69.crazyenchantments.paper.gui;

import com.badbones69.crazyenchantments.paper.CrazyEnchantments;
import com.badbones69.crazyenchantments.paper.Starter;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.badbones69.crazyenchantments.paper.controllers;
package com.badbones69.crazyenchantments.paper.gui;

import com.badbones69.crazyenchantments.paper.CrazyEnchantments;
import com.badbones69.crazyenchantments.paper.Starter;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.badbones69.crazyenchantments.paper.listeners;
package com.badbones69.crazyenchantments.paper.gui;

import com.badbones69.crazyenchantments.paper.CrazyEnchantments;
import com.badbones69.crazyenchantments.paper.Methods;
Expand All @@ -15,11 +15,13 @@
import com.badbones69.crazyenchantments.paper.api.objects.Category;
import com.badbones69.crazyenchantments.paper.api.objects.other.ItemBuilder;
import com.badbones69.crazyenchantments.paper.api.objects.LostBook;
import com.badbones69.crazyenchantments.paper.controllers.BlackSmith;
import com.badbones69.crazyenchantments.paper.controllers.Tinkerer;
import com.badbones69.crazyenchantments.paper.gui.BlackSmith;
import com.badbones69.crazyenchantments.paper.gui.Tinkerer;
import com.badbones69.crazyenchantments.paper.controllers.settings.EnchantmentBookSettings;
import com.badbones69.crazyenchantments.paper.controllers.settings.ProtectionCrystalSettings;
import com.badbones69.crazyenchantments.paper.api.utils.ColorUtils;
import com.badbones69.crazyenchantments.paper.listeners.ScramblerListener;
import com.badbones69.crazyenchantments.paper.listeners.SlotCrystalListener;
import org.bukkit.GameMode;
import org.bukkit.Material;
import org.bukkit.block.Block;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.badbones69.crazyenchantments.paper.controllers;
package com.badbones69.crazyenchantments.paper.gui;

import com.badbones69.crazyenchantments.paper.CrazyEnchantments;
import com.badbones69.crazyenchantments.paper.Methods;
Expand Down

0 comments on commit dad2b2f

Please sign in to comment.