(ItemStack aContent, ItemStack aFull)
| 271 | return T; |
| 272 | } |
| 273 | public static boolean compactsmash(ItemStack aContent, ItemStack aFull) { |
| 274 | return compact(aContent, aFull) && smash(aFull, aContent); |
| 275 | } |
| 276 | public static boolean compactsmash(ItemStack aContent, long aAmount, ItemStack aFull) { |
| 277 | return compact(aContent, aAmount, aFull) && smash(aFull, aContent, aAmount); |
| 278 | } |
no test coverage detected