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

Method unpack

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

Source from the content-addressed store, hash-verified

231 return T;
232 }
233 public static boolean unpack(ItemStack aFull, ItemStack aContent) {
234 if (ST.invalid(aFull) || ST.invalid(aContent)) return F;
235 Unboxinator.addRecipe1(T, 16, 16, aFull, aContent);
236 ic2_extractor(aFull, aContent);
237 return T;
238 }
239 public static boolean packunpack(ItemStack aContent, ItemStack aFull) {
240 return pack(aContent, aFull) && unpack(aFull, aContent);
241 }

Callers 12

packunpackMethod · 0.95
compactunpackMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onPostLoadMethod · 0.95
onOreRegistrationMethod · 0.95
runMethod · 0.95
runMethod · 0.95

Calls 3

invalidMethod · 0.95
ic2_extractorMethod · 0.95
addRecipe1Method · 0.80

Tested by

no test coverage detected