(ItemStack aStack)
| 2009 | } |
| 2010 | |
| 2011 | public static ItemStack check(ItemStack aStack) { |
| 2012 | return set(aStack, aStack.getTagCompound()); |
| 2013 | } |
| 2014 | |
| 2015 | public static ItemStack set(ItemStack aStack, NBTTagCompound aNBT) { |
| 2016 | if (aNBT == null || aNBT.hasNoTags()) {aStack.setTagCompound(null); return aStack;} |