- getFluidProcessorRecipes() - Method in class net.ndrei.bcoreprocessing.api.recipes.OreProcessingRecipes
-
- getInputForTick(tick) - Method in interface net.ndrei.bcoreprocessing.api.recipes.IFluidProcessorRecipe
-
Returns the amount of fluid required at the current tick
- getOreProcessorRecipes() - Method in class net.ndrei.bcoreprocessing.api.recipes.OreProcessingRecipes
-
- getOutputForTick(tick) - Method in interface net.ndrei.bcoreprocessing.api.recipes.IFluidProcessorRecipe
-
Returns the amounts of items and fluid generated for the current tick
- getOutputForTick(tick) - Method in interface net.ndrei.bcoreprocessing.api.recipes.IOreProcessorRecipe
-
Returns the amounts of fluid generated for the current tick
- getPossibleInputs() - Method in interface net.ndrei.bcoreprocessing.api.recipes.IOreProcessorRecipe
-
Gets a list of possible inputs.
This is only used for display purposes and JEI integration.
- getProcessingTicks() - Method in interface net.ndrei.bcoreprocessing.api.recipes.IFluidProcessorRecipe
-
Gets the total number of ticks this recipe needs to be processed for
- getProcessingTicks() - Method in interface net.ndrei.bcoreprocessing.api.recipes.IOreProcessorRecipe
-
Gets the total number of ticks this recipe needs to be processed for
- getRecipeInput() - Method in interface net.ndrei.bcoreprocessing.api.recipes.IFluidProcessorRecipe
-
Gets this recipe's input fluid.
This is only used for display purposes and JEI integration.
- getRecipeOutput() - Method in interface net.ndrei.bcoreprocessing.api.recipes.IFluidProcessorRecipe
-
Gets all the outputs of this recipe.
This is only used for display purposes and JEI integration
- getTotalOutput() - Method in interface net.ndrei.bcoreprocessing.api.recipes.IOreProcessorRecipe
-
Gets all the outputs of this recipe.
This is only used for display purposes and JEI integration