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

Method wild

src/main/java/gregapi/code/IItemContainer.java:33–33  ·  view source on GitHub ↗
(long aAmount, Object... aReplacements)

Source from the content-addressed store, hash-verified

31 public boolean equal(Object aStack, boolean aWildcard, boolean aIgnoreNBT);
32 public ItemStack get(long aAmount, Object... aReplacements);
33 public ItemStack wild(long aAmount, Object... aReplacements);
34 public ItemStack getUndamaged(long aAmount, Object... aReplacements);
35 public ItemStack getAlmostBroken(long aAmount, Object... aReplacements);
36 public ItemStack getWithMeta(long aAmount, long aMetaValue, Object... aReplacements);

Callers 15

onModInit2Method · 0.65
fillMethod · 0.65
runMethod · 0.65
runMethod · 0.65
runMethod · 0.65
fillFluidContainerMethod · 0.65
onModPostInit2Method · 0.65
onPostLoadMethod · 0.65
onPostLoadMethod · 0.65
onPostLoadMethod · 0.65
onPostLoadMethod · 0.65
onPostLoadMethod · 0.65

Implementers 1

ILsrc/main/java/gregapi/data/IL.java

Calls

no outgoing calls

Tested by

no test coverage detected