Returns the NBTTagCompound of the ItemStack.
()
| 538 | * Returns the NBTTagCompound of the ItemStack. |
| 539 | */ |
| 540 | public NBTTagCompound getTagCompound() |
| 541 | { |
| 542 | return this.stackTagCompound; |
| 543 | } |
| 544 | |
| 545 | /** |
| 546 | * Get an NBTTagCompound from this stack's NBT data. |
no outgoing calls
no test coverage detected