(long aAmount, Object... aReplacements)
| 621 | } |
| 622 | |
| 623 | @Override |
| 624 | public ItemStack get(long aAmount, Object... aReplacements) { |
| 625 | if (mHasNotBeenSet && Abstract_Mod.sFinalized < Abstract_Mod.sModCountUsingGTAPI) ERR.println("The Enum '" + name() + "' has not been set to an Item at this time!"); |
| 626 | if (ST.invalid(mStack)) return ST.copyFirst(aReplacements); |
| 627 | return ST.amount(aAmount, OM.get_(mStack)); |
| 628 | } |
| 629 | |
| 630 | @Override |
| 631 | @SuppressWarnings("deprecation") |
no test coverage detected