(ItemStack aStack , long aAmount , long aChance, String aCannedName )
| 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);} |
no test coverage detected