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

Method crop_nut

src/main/java/gregapi/data/RM.java:766–766  ·  view source on GitHub ↗
(ItemStack aStack           , long aAmount                    , long aChance, String aCannedName                                                                                     )

Source from the content-addressed store, hash-verified

764 public static boolean crop_fruit (ItemStack aStack, FL aFluid, long aAmount , long aChance, String aCannedName, int aAlcohol, int aCaffeine, int aDehydration, int aSugar, int aFat ) {return crop(aStack, aFluid , aAmount, IL.Remains_Fruit .get( 1), aChance, aCannedName, IL.CANS_FRUIT , aAlcohol, aCaffeine, aDehydration, aSugar, aFat, 0);}
765 public static boolean crop_fruit (ItemStack aStack, FL aFluid, long aAmount, ItemStack aRemains, long aChance, String aCannedName, int aAlcohol, int aCaffeine, int aDehydration, int aSugar, int aFat ) {return crop(aStack, aFluid , aAmount, aRemains , aChance, aCannedName, IL.CANS_FRUIT , aAlcohol, aCaffeine, aDehydration, aSugar, aFat, 0);}
766 public static boolean crop_nut (ItemStack aStack , long aAmount , long aChance, String aCannedName ) {return crop(aStack, FL.Oil_Nut, aAmount, IL.Remains_Nut .get( 1), aChance, aCannedName, IL.CANS_UNDEFINED, 0, 0, 0, 0,16,0);}
767 public static boolean crop_nut (ItemStack aStack , long aAmount, ItemStack aRemains, long aChance, String aCannedName ) {return crop(aStack, FL.Oil_Nut, aAmount, aRemains , aChance, aCannedName, IL.CANS_UNDEFINED, 0, 0, 0, 0,16,0);}
768
769 public static boolean crop(ItemStack aStack, FL aFluid, long aAmount, ItemStack aRemains, long aChance, String aCannedName, IItemContainer[] aCans, int aAlcohol, int aCaffeine, int aDehydration, int aSugar, int aFat) {return crop(aStack, aFluid, aAmount, aRemains, aChance, aCannedName, aCans, aAlcohol, aCaffeine, aDehydration, aSugar, aFat, 0);}

Callers 1

onOreRegistrationMethod · 0.95

Calls 2

cropMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected