(long aSize, ItemStack aStack)
| 183 | public static ItemStack nbt_(ItemStack aStack, NBTTagCompound aNBT) {return UT.NBT.set(aStack, aNBT);} |
| 184 | |
| 185 | public static ItemStack amount (long aSize, ItemStack aStack) {return aStack == null || item_(aStack) == null ? null : amount_(aSize, aStack);} |
| 186 | public static ItemStack amount_(long aSize, ItemStack aStack) {return size_(aSize, copy_(aStack));} |
| 187 | |
| 188 | public static ItemStack mul (long aMultiplier, ItemStack aStack) {return aStack == null || item_(aStack) == null ? null : mul_(aMultiplier, aStack);} |
no test coverage detected