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

Method getTagCompound

src/main/java/net/minecraft/item/ItemStack.java:540–543  ·  view source on GitHub ↗

Returns the NBTTagCompound of the ItemStack.

()

Source from the content-addressed store, hash-verified

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.

Callers 15

doRenderLayerMethod · 0.95
isItemStackDamageableMethod · 0.95
getTooltipMethod · 0.95
getCraftingResultMethod · 0.95
matchesMethod · 0.95
getCraftingResultMethod · 0.95
getCraftingResultMethod · 0.95
breakBlockMethod · 0.95
combineItemsMethod · 0.95
handleHealthUpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected