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

Method dust

src/main/java/gregapi/util/OM.java:374–376  ·  view source on GitHub ↗
(OreDictMaterial aMaterial)

Source from the content-addressed store, hash-verified

372 }
373
374 public static ItemStack dust(OreDictMaterial aMaterial) {
375 return aMaterial==null?null:dust(aMaterial, U);
376 }
377
378 public static ItemStack dust(OreDictMaterialStack aMaterial) {
379 return aMaterial==null?null:dust(aMaterial.mMaterial, aMaterial.mAmount);

Callers 15

getRecipeForMethod · 0.95
getRecipeForMethod · 0.95
findRecipeMethod · 0.95
addRecipesUsingMethod · 0.95
getPartialStackMethod · 0.95
onToolClickMethod · 0.95
runMethod · 0.95
runMethod · 0.95
pulverizeMethod · 0.95
ingotOrDustMethod · 0.95
dustOrIngotMethod · 0.95

Calls 2

matMethod · 0.80
bindStackMethod · 0.80

Tested by

no test coverage detected