Ejemplo n.º 1
0
        public static ItemStack LoadItemStackFromNBT(NBTTagCompound par0NBTTagCompound)
        {
            ItemStack itemstack = new ItemStack();

            itemstack.ReadFromNBT(par0NBTTagCompound);
            return(itemstack.GetItem() == null ? null : itemstack);
        }