Pre refactoring

This commit is contained in:
rockyhawk64 2025-04-24 12:07:17 +10:00
parent 189539241f
commit aa6521fead
3 changed files with 1 additions and 3 deletions

View File

@ -26,7 +26,6 @@ import org.bukkit.inventory.meta.*;
import org.bukkit.inventory.meta.trim.ArmorTrim;
import org.bukkit.inventory.meta.trim.TrimMaterial;
import org.bukkit.inventory.meta.trim.TrimPattern;
import org.bukkit.persistence.PersistentDataType;
import org.bukkit.potion.PotionType;
import java.lang.reflect.Method;

View File

@ -9,7 +9,6 @@ import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
public class Commandpanel implements CommandExecutor {
CommandPanels plugin;

View File

@ -15,4 +15,4 @@ public interface NBTHandler {
Object getNBTValue(ItemStack item, String key);
void applyNBTRecursively(ItemStack item, ConfigurationSection section, Player player, Panel panel, PanelPosition position);
void saveMapToYAML(Map<String, Object> map, ConfigurationSection section);
}
}