(ItemStack aStack)
| 2025 | } |
| 2026 | |
| 2027 | public static NBTTagCompound getNBT(ItemStack aStack) { |
| 2028 | NBTTagCompound rNBT = aStack.getTagCompound(); |
| 2029 | return rNBT==null?make():rNBT; |
| 2030 | } |
| 2031 | |
| 2032 | public static NBTTagCompound getOrCreate(ItemStack aStack) { |
| 2033 | NBTTagCompound rNBT = aStack.getTagCompound(); |
no test coverage detected