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

Method boxunbox

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

Source from the content-addressed store, hash-verified

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);
218 Boxinator .addRecipe2(T, 16, 16, aContent, aEmpty, aFull);
219 return T;
220 }
221
222
223 public static boolean pack(ItemStack aContent, ItemStack aFull) {

Callers 5

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

Calls 3

invalidMethod · 0.95
addRecipe1Method · 0.80
addRecipe2Method · 0.80

Tested by

no test coverage detected