(ItemStack aStack)
| 2030 | } |
| 2031 | |
| 2032 | public static NBTTagCompound getOrCreate(ItemStack aStack) { |
| 2033 | NBTTagCompound rNBT = aStack.getTagCompound(); |
| 2034 | if (rNBT == null) aStack.setTagCompound(rNBT = make()); |
| 2035 | return rNBT; |
| 2036 | } |
| 2037 | |
| 2038 | public static NBTTagCompound setPunchCardData(ItemStack aStack, String aPunchCardData) { |
| 2039 | NBTTagCompound tNBT = getNBT(aStack); |
no test coverage detected