MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / get

Method get

src/main/java/gregapi/util/OM.java:44–46  ·  view source on GitHub ↗
(ItemStack aStack)

Source from the content-addressed store, hash-verified

42 }
43
44 public static ItemStack get(ItemStack aStack) {
45 return OreDictManager.INSTANCE.getStack(T, aStack);
46 }
47 public static ItemStack get_(ItemStack aStack) {
48 return OreDictManager.INSTANCE.getStack_(T, aStack);
49 }

Callers 15

onServerTickMethod · 0.95
onEntitySpawningEventMethod · 0.95
onEatenMethod · 0.95
get_smeltingMethod · 0.95
pulverizingMethod · 0.95
shapedMethod · 0.95
shapelessMethod · 0.95
hasMethod · 0.95

Calls 1

getStackMethod · 0.45

Tested by

no test coverage detected