This commit is contained in:
Xanadu13
2024-03-17 20:40:08 +08:00
parent 3d617506d3
commit f4a1bc13da
27 changed files with 81 additions and 115 deletions
@@ -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);
}