MCPcopy Index your code
hub / github.com/TinyModularThings/IC2Classic / getItem

Method getItem

src/main/java/ic2/api/item/IItemAPI.java:53–53  ·  view source on GitHub ↗

Get an Item for a specific block name. @param name item name @return The Item or null if the block does not exist or an error occurred

(String name)

Source from the content-addressed store, hash-verified

51 * @return The Item or null if the block does not exist or an error occurred
52 */
53 Item getItem(String name);
54
55}

Callers 11

canBeStoredInToolboxMethod · 0.65
isMetalArmorMethod · 0.65
RecipeEntryMethod · 0.65
isInputEqualMethod · 0.65
isOutputEqualMethod · 0.65
matchesMethod · 0.65
matchesMethod · 0.65
getInputsMethod · 0.65
RecipeInputItemStackMethod · 0.65
matchesMethod · 0.65
registerMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected