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

Method crop_fruit

src/main/java/gregapi/data/RM.java:760–760  ·  view source on GitHub ↗
(ItemStack aStack, FL aFluid, long aAmount                    , long aChance, String aCannedName, int aAlcohol, int aCaffeine, int aDehydration, int aSugar, int aFat, int aRadiation)

Source from the content-addressed store, hash-verified

758 public static boolean crop_veggie(ItemStack aStack, FL aFluid, long aAmount , long aChance, String aCannedName, int aAlcohol, int aCaffeine, int aDehydration, int aSugar, int aFat, int aRadiation) {return crop(aStack, aFluid , aAmount, IL.Remains_Veggie.get( 1), aChance, aCannedName, IL.CANS_VEGGIE , aAlcohol, aCaffeine, aDehydration, aSugar, aFat, aRadiation);}
759 public static boolean crop_veggie(ItemStack aStack, FL aFluid, long aAmount, ItemStack aRemains, long aChance, String aCannedName, int aAlcohol, int aCaffeine, int aDehydration, int aSugar, int aFat, int aRadiation) {return crop(aStack, aFluid , aAmount, aRemains , aChance, aCannedName, IL.CANS_VEGGIE , aAlcohol, aCaffeine, aDehydration, aSugar, aFat, aRadiation);}
760 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, int aRadiation) {return crop(aStack, aFluid , aAmount, IL.Remains_Fruit .get( 1), aChance, aCannedName, IL.CANS_FRUIT , aAlcohol, aCaffeine, aDehydration, aSugar, aFat, aRadiation);}
761 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, int aRadiation) {return crop(aStack, aFluid , aAmount, aRemains , aChance, aCannedName, IL.CANS_FRUIT , aAlcohol, aCaffeine, aDehydration, aSugar, aFat, aRadiation);}
762 public static boolean crop_veggie(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_Veggie.get( 1), aChance, aCannedName, IL.CANS_VEGGIE , aAlcohol, aCaffeine, aDehydration, aSugar, aFat, 0);}
763 public static boolean crop_veggie(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_VEGGIE , 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