MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / compactsmash

Method compactsmash

src/main/java/gregapi/data/RM.java:273–275  ·  view source on GitHub ↗
(ItemStack aContent, ItemStack aFull)

Source from the content-addressed store, hash-verified

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 }

Callers 7

glowstoneMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
runMethod · 0.95

Calls 2

compactMethod · 0.95
smashMethod · 0.95

Tested by

no test coverage detected