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

Method reg

src/main/java/gregapi/util/OM.java:195–197  ·  view source on GitHub ↗
(ItemStack aStack, OreDictPrefix aPrefix, OreDictMaterial aMaterial)

Source from the content-addressed store, hash-verified

193 }
194
195 public static boolean reg (ItemStack aStack, OreDictPrefix aPrefix, OreDictMaterial aMaterial) {
196 return OreDictManager.INSTANCE.registerOre (aPrefix, aMaterial, aStack);
197 }
198 public static boolean reg_(ItemStack aStack, OreDictPrefix aPrefix, OreDictMaterial aMaterial) {
199 return OreDictManager.INSTANCE.registerOre_(aPrefix, aMaterial, aStack);
200 }

Callers 15

onModInit2Method · 0.95
GT_SolderingTool_ItemMethod · 0.95
addItemMethod · 0.95
addToolMethod · 0.95
setMethod · 0.95
registerOreMethod · 0.95
registerWildcardAsOreMethod · 0.95
BlockBaseBeamMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
MultiItemBooksMethod · 0.95

Calls 1

registerOreMethod · 0.65

Tested by

no test coverage detected