MCPcopy Index your code
hub / github.com/GregTech6/gregtech6 / registerOre

Method registerOre

src/main/java/gregapi/data/IL.java:707–712  ·  view source on GitHub ↗
(Object... aOreNames)

Source from the content-addressed store, hash-verified

705 }
706
707 @Override
708 public IItemContainer registerOre(Object... aOreNames) {
709 if (mHasNotBeenSet && Abstract_Mod.sFinalized < Abstract_Mod.sModCountUsingGTAPI) ERR.println("The Enum '" + name() + "' has not been set to an Item at this time!");
710 for (Object tOreName : aOreNames) OM.reg(tOreName, get(1));
711 return this;
712 }
713
714 @Override
715 public IItemContainer registerWildcardAsOre(Object... aOreNames) {

Callers

nothing calls this directly

Calls 4

regMethod · 0.95
getMethod · 0.95
printlnMethod · 0.80
nameMethod · 0.65

Tested by

no test coverage detected