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

Method getItemDamage

src/main/java/net/minecraft/item/ItemStack.java:268–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266 }
267
268 public int getItemDamage()
269 {
270 return this.itemDamage;
271 }
272
273 public int getMetadata()
274 {

Callers 11

getTooltipMethod · 0.95
getCraftingResultMethod · 0.95
updateRepairOutputMethod · 0.95
setCurrentItemMethod · 0.95
onLivingUpdateMethod · 0.95
onLivingUpdateMethod · 0.95
getHealingPotionMethod · 0.95
getSpeedPotionMethod · 0.95
matchesPropertiesMethod · 0.80
drawProjectilesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected