mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-24 14:33:51 +00:00
[API] fix implementation?
This commit is contained in:
parent
c05ad0458f
commit
200ad81862
9 changed files with 9 additions and 20 deletions
|
@ -3,7 +3,6 @@ package com.earth2me.essentials;
|
|||
import net.ess3.api.IEssentials;
|
||||
import com.earth2me.essentials.utils.StringUtil;
|
||||
import static com.earth2me.essentials.I18n._;
|
||||
import net.ess3.api.IItemDb;
|
||||
import com.earth2me.essentials.utils.NumberUtil;
|
||||
import java.util.*;
|
||||
import java.util.regex.Pattern;
|
||||
|
@ -11,7 +10,7 @@ import org.bukkit.Material;
|
|||
import org.bukkit.inventory.ItemStack;
|
||||
|
||||
|
||||
public class ItemDb implements IConf, IItemDb
|
||||
public class ItemDb implements IConf, net.ess3.api.IItemDb
|
||||
{
|
||||
private final transient IEssentials ess;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue