Assigns a NBTTagCompound to the ItemStack, minecraft validates that only non-stackable items can have it.
(NBTTagCompound nbt)
| 575 | * Assigns a NBTTagCompound to the ItemStack, minecraft validates that only non-stackable items can have it. |
| 576 | */ |
| 577 | public void setTagCompound(NBTTagCompound nbt) |
| 578 | { |
| 579 | this.stackTagCompound = nbt; |
| 580 | } |
| 581 | |
| 582 | /** |
| 583 | * returns the display name of the itemstack |
no outgoing calls
no test coverage detected