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

Method getItemById

src/main/java/net/minecraft/item/Item.java:85–88  ·  view source on GitHub ↗
(int id)

Source from the content-addressed store, hash-verified

83 }
84
85 public static Item getItemById(int id)
86 {
87 return itemRegistry.getObjectById(id);
88 }
89
90 public static Item getItemFromBlock(Block blockIn)
91 {

Callers 11

getModelTexturesMethod · 0.95
playAuxSFXMethod · 0.95
getEntityFXMethod · 0.95
handleSpawnPlayerMethod · 0.95
getByNameOrIdMethod · 0.95
readFromNBTMethod · 0.95
readFromNBTMethod · 0.95
readFromNBTMethod · 0.95
onDeathMethod · 0.95
getDropItemMethod · 0.95

Calls 1

getObjectByIdMethod · 0.45

Tested by

no test coverage detected