| 689 | } |
| 690 | |
| 691 | @Override |
| 692 | public ItemStack getWithDamage(long aAmount, long aMetaValue, Object... aReplacements) { |
| 693 | if (mHasNotBeenSet && Abstract_Mod.sFinalized < Abstract_Mod.sModCountUsingGTAPI) ERR.println("The Enum '" + name() + "' has not been set to an Item at this time!"); |
| 694 | if (ST.invalid(mStack)) return ST.copyFirst(aReplacements); |
| 695 | return ST.copyAmountAndMeta(aAmount, aMetaValue, OM.get_(mStack)); |
| 696 | } |
| 697 | |
| 698 | @Override |
| 699 | public ItemStack getWithNBT(long aAmount, NBTTagCompound aNBT, Object... aReplacements) { |