| 628 | } |
| 629 | |
| 630 | @Override |
| 631 | @SuppressWarnings("deprecation") |
| 632 | public ItemStack getWildcard(long aAmount, Object... aReplacements) { |
| 633 | if (mHasNotBeenSet && Abstract_Mod.sFinalized < Abstract_Mod.sModCountUsingGTAPI) ERR.println("The Enum '" + name() + "' has not been set to an Item at this time!"); |
| 634 | if (ST.invalid(mStack)) return ST.copyFirst(aReplacements); |
| 635 | return ST.copyAmountAndMeta(aAmount, W, OM.get_(mStack)); |
| 636 | } |
| 637 | |
| 638 | @Override |
| 639 | public ItemStack wild(long aAmount, Object... aReplacements) { |