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

Method ingot

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

Source from the content-addressed store, hash-verified

389
390
391 public static ItemStack ingot(OreDictMaterial aMaterial) {
392 return aMaterial==null?null:ingot(aMaterial, U);
393 }
394
395 public static ItemStack ingot(OreDictMaterialStack aMaterial) {
396 return aMaterial==null?null:ingot(aMaterial.mMaterial, aMaterial.mAmount);

Callers 12

getPartialStackMethod · 0.95
ingotOrDustMethod · 0.95
dustOrIngotMethod · 0.95
onPostLoadMethod · 0.95
onOreRegistrationMethod · 0.95
runMethod · 0.95
runMethod · 0.95
onOreRegistrationMethod · 0.95
runMethod · 0.95
runMethod · 0.95
onModInit2Method · 0.80

Calls 2

matMethod · 0.80
bindStackMethod · 0.80

Tested by

no test coverage detected