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

Method copyFirst

src/main/java/gregapi/util/ST.java:322–324  ·  view source on GitHub ↗
(Object... aStacks)

Source from the content-addressed store, hash-verified

320 }
321
322 public static ItemStack copyFirst(Object... aStacks) {
323 return copy(get(aStacks));
324 }
325
326 public static ItemStack copyMeta(long aMeta, ItemStack aStack) {
327 return aStack == null || item_(aStack) == null ? null : meta_(copy_(aStack), aMeta);

Callers 10

getFirstOreMethod · 0.95
getMethod · 0.95
getWildcardMethod · 0.95
wildMethod · 0.95
getUndamagedMethod · 0.95
getAlmostBrokenMethod · 0.95
getWithMetaMethod · 0.95
getWithDamageMethod · 0.95
getWithNBTMethod · 0.95
copyMethod · 0.95

Calls 2

copyMethod · 0.95
getMethod · 0.95

Tested by

no test coverage detected