MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / updateItemStackNBT

Method updateItemStackNBT

src/main/java/net/minecraft/item/Item.java:121–124  ·  view source on GitHub ↗

Called when an ItemStack with NBT data is read to potentially that ItemStack's NBT data

(NBTTagCompound nbt)

Source from the content-addressed store, hash-verified

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 {

Callers 1

readFromNBTMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected