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

Method get_

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

Source from the content-addressed store, hash-verified

45 return OreDictManager.INSTANCE.getStack(T, aStack);
46 }
47 public static ItemStack get_(ItemStack aStack) {
48 return OreDictManager.INSTANCE.getStack_(T, aStack);
49 }
50
51 /** @Deprecated Well not really deprecated but I use aPrefix.mat(aMaterial, aStackSize) instead */
52 public static ItemStack get(OreDictPrefix aPrefix, OreDictMaterial aMaterial, long aStackSize) {

Callers 15

loadCraftingRecipesMethod · 0.95
getSubItemsMethod · 0.95
scrapboxMethod · 0.95
add_smeltingMethod · 0.95
pulverizingMethod · 0.95
ic2_maceratorMethod · 0.95
ic2_extractorMethod · 0.95
ic2_compressorMethod · 0.95
getMethod · 0.95
getWildcardMethod · 0.95
wildMethod · 0.95
getUndamagedMethod · 0.95

Calls 1

getStack_Method · 0.80

Tested by

no test coverage detected