WrapNBTUtil

public class WrapNBTUtil

Constructors

Link copied to clipboard
public void WrapNBTUtil()

Functions

Link copied to clipboard
public static void unwrap(ItemStack stack)
Restore the original NBT data.
Link copied to clipboard
public static void wrap(ItemStack stack, String nbt)
Applies the NBT to the item and saves the original NBT data in the item.