Returns true if the ItemStack has an NBTTagCompound. Currently used to store enchantments.
()
| 530 | * Returns true if the ItemStack has an NBTTagCompound. Currently used to store enchantments. |
| 531 | */ |
| 532 | public boolean hasTagCompound() |
| 533 | { |
| 534 | return this.stackTagCompound != null; |
| 535 | } |
| 536 | |
| 537 | /** |
| 538 | * Returns the NBTTagCompound of the ItemStack. |
no outgoing calls
no test coverage detected