Called when an ItemStack with NBT data is read to potentially that ItemStack's NBT data
(NBTTagCompound nbt)
| 119 | * Called when an ItemStack with NBT data is read to potentially that ItemStack's NBT data |
| 120 | */ |
| 121 | public boolean updateItemStackNBT(NBTTagCompound nbt) |
| 122 | { |
| 123 | return false; |
| 124 | } |
| 125 | |
| 126 | public Item setMaxStackSize(int maxStackSize) |
| 127 | { |