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

Method getIdFromItem

src/main/java/net/minecraft/item/Item.java:80–83  ·  view source on GitHub ↗
(Item itemIn)

Source from the content-addressed store, hash-verified

78 private String unlocalizedName;
79
80 public static int getIdFromItem(Item itemIn)
81 {
82 return itemIn == null ? 0 : itemRegistry.getIDForObject(itemIn);
83 }
84
85 public static Item getItemById(int id)
86 {

Callers 15

makePotionPropertiesMethod · 0.95
parseItemsMethod · 0.95
detectItemsMethod · 0.95
parseItemsMethod · 0.95
getIndexMethod · 0.95
playAuxSFXMethod · 0.95
StatsBlockMethod · 0.95
compareMethod · 0.95
drawSlotMethod · 0.95
StatsItemMethod · 0.95

Calls 1

getIDForObjectMethod · 0.80

Tested by

no test coverage detected