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

Method box

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

Source from the content-addressed store, hash-verified

203 }
204
205 public static boolean box(ItemStack aEmpty, ItemStack aFull, ItemStack aContent) {
206 if (ST.invalid(aEmpty) || ST.invalid(aFull) || ST.invalid(aContent)) return F;
207 Boxinator .addRecipe2(T, 16, 16, aContent, aEmpty, aFull);
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);

Callers 15

onPostLoadMethod · 0.95
runMethod · 0.95
runMethod · 0.95
setBlockBoundsMethod · 0.45
onTick2Method · 0.45
setBlockBounds2Method · 0.45

Calls 2

invalidMethod · 0.95
addRecipe2Method · 0.80

Tested by

no test coverage detected