(long aAmount, Object... aReplacements)
| 30 | public boolean equal(Object aStack); |
| 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); |
no outgoing calls