| 650 | } |
| 651 | |
| 652 | @Override |
| 653 | public ItemStack getAlmostBroken(long aAmount, Object... aReplacements) { |
| 654 | if (mHasNotBeenSet && Abstract_Mod.sFinalized < Abstract_Mod.sModCountUsingGTAPI) ERR.println("The Enum '" + name() + "' has not been set to an Item at this time!"); |
| 655 | if (ST.invalid(mStack)) return ST.copyFirst(aReplacements); |
| 656 | return ST.copyAmountAndMeta(aAmount, mStack.getMaxDamage()-1, OM.get_(mStack)); |
| 657 | } |
| 658 | |
| 659 | @Override |
| 660 | public ItemStack getWithName(long aAmount, String aDisplayName, Object... aReplacements) { |