3
0
Mirror von https://github.com/St3venAU/ArmorStandTools.git synchronisiert 2024-12-29 04:50:09 +01:00
Dieser Commit ist enthalten in:
BuildTools 2023-01-27 21:34:57 +01:00
Ursprung 78c84ec198
Commit 3883d44273

Datei anzeigen

@ -6,6 +6,7 @@ import org.bukkit.inventory.ItemStack;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
// CREDIT: This class is based on the MiniNBT library: https://github.com/I-Al-Istannen/MiniNBT
public class ItemStackNBT {
private final static Method AS_NMS_COPY;
private final static Method GET_TAG;