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

Method wild

src/main/java/gregapi/data/IL.java:638–643  ·  view source on GitHub ↗
(long aAmount, Object... aReplacements)

Source from the content-addressed store, hash-verified

636 }
637
638 @Override
639 public ItemStack wild(long aAmount, Object... aReplacements) {
640 if (mHasNotBeenSet && Abstract_Mod.sFinalized < Abstract_Mod.sModCountUsingGTAPI) ERR.println("The Enum '" + name() + "' has not been set to an Item at this time!");
641 if (ST.invalid(mStack)) return ST.copyFirst(aReplacements);
642 return ST.copyAmountAndMeta(aAmount, W, OM.get_(mStack));
643 }
644
645 @Override
646 public ItemStack getUndamaged(long aAmount, Object... aReplacements) {

Callers 1

registerWildcardAsOreMethod · 0.95

Calls 6

invalidMethod · 0.95
copyFirstMethod · 0.95
copyAmountAndMetaMethod · 0.95
get_Method · 0.95
printlnMethod · 0.80
nameMethod · 0.65

Tested by

no test coverage detected