Ejemplo n.º 1
0
 @Override
 public org.bukkit.inventory.ItemStack compundToItemStack(TagCompound compound) {
   return CraftItemStack.asBukkitCopy(ItemStackNBTConverter.compundToItemStack(compound));
 }