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

Method lathing

src/main/java/gregapi/data/RM.java:734–738  ·  view source on GitHub ↗
(long aEUt, long aDuration, ItemStack aInput, ItemStack... aOutputs)

Source from the content-addressed store, hash-verified

732 }
733
734 public static boolean lathing(long aEUt, long aDuration, ItemStack aInput, ItemStack... aOutputs) {
735 if (ST.invalid(aInput) || aOutputs.length <= 0 || ST.invalid(aOutputs[0])) return F;
736 RM.Lathe.addRecipe1(T, aEUt, aDuration, aInput, aOutputs);
737 return T;
738 }
739
740 public static boolean food_can(ItemStack aStack, int aFoodValue, String aCannedName, IItemContainer... aCans) {
741 if (ST.invalid(aStack) || aStack.getItem() == ItemsGT.CANS || IL.IC2_Food_Can_Filled.equal(aStack, T, T)) return F;

Callers 3

glowstoneMethod · 0.95
runMethod · 0.95
runMethod · 0.95

Calls 2

invalidMethod · 0.95
addRecipe1Method · 0.80

Tested by

no test coverage detected