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

Method registerItem

src/main/java/net/minecraft/item/Item.java:988–991  ·  view source on GitHub ↗
(int id, String textualID, Item itemIn)

Source from the content-addressed store, hash-verified

986 }
987
988 private static void registerItem(int id, String textualID, Item itemIn)
989 {
990 registerItem(id, new ResourceLocation(textualID), itemIn);
991 }
992
993 private static void registerItem(int id, ResourceLocation textualID, Item itemIn)
994 {

Callers 2

registerItemsMethod · 0.95
registerItemBlockMethod · 0.95

Calls 1

registerMethod · 0.45

Tested by

no test coverage detected