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

Method unbox

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

Source from the content-addressed store, hash-verified

208 return T;
209 }
210 public static boolean unbox(ItemStack aEmpty, ItemStack aFull, ItemStack aContent) {
211 if (ST.invalid(aEmpty) || ST.invalid(aFull) || ST.invalid(aContent)) return F;
212 Unboxinator.addRecipe1(T, 16, 16, aFull, aContent, aEmpty);
213 return T;
214 }
215 public static boolean boxunbox(ItemStack aEmpty, ItemStack aFull, ItemStack aContent) {
216 if (ST.invalid(aEmpty) || ST.invalid(aFull) || ST.invalid(aContent)) return F;
217 Unboxinator.addRecipe1(T, 16, 16, aFull, aContent, aEmpty);

Callers 5

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

Calls 2

invalidMethod · 0.95
addRecipe1Method · 0.80

Tested by

no test coverage detected