(long aAmount, Object... aReplacements)
| 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); |
no outgoing calls
no test coverage detected