rename
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package pers.xanadu.enderdragon.nms.NMSItem;
|
||||
|
||||
import org.bukkit.inventory.ItemStack;
|
||||
import org.jetbrains.annotations.TestOnly;
|
||||
|
||||
public interface INMSItemManager {
|
||||
ItemStack readAsItem(String nbt);
|
||||
ItemStack cpdToItem(Object cpd);
|
||||
}
|
||||
Reference in New Issue
Block a user