Skip navigation links
C F G I N O P R 

C

createRecipe(input, output, residue, ticks) - Method in interface net.ndrei.bcoreprocessing.api.recipes.IFluidProcessorRecipeManager
 
createRecipe(input, output, ticks) - Method in interface net.ndrei.bcoreprocessing.api.recipes.IOreProcessorRecipeManager
 

F

findFirstRecipe(input, ignoreSize) - Method in interface net.ndrei.bcoreprocessing.api.recipes.IFluidProcessorRecipeManager
 
findFirstRecipe(input, ignoreSize) - Method in interface net.ndrei.bcoreprocessing.api.recipes.IOreProcessorRecipeManager
 

G

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

I

IFluidProcessorRecipe - Interface in net.ndrei.bcoreprocessing.api.recipes
 
IFluidProcessorRecipeManager - Interface in net.ndrei.bcoreprocessing.api.recipes
 
IFluidProcessorRecipeManager.DefaultImpls - Class in net.ndrei.bcoreprocessing.api.recipes
 
init(oreProcessorRecipes, fluidProcessorRecipes) - Method in class net.ndrei.bcoreprocessing.api.recipes.OreProcessingRecipes
 
INSTANCE - Static variable in class net.ndrei.bcoreprocessing.api.recipes.OreProcessingRecipes
 
IOreProcessorRecipe - Interface in net.ndrei.bcoreprocessing.api.recipes
Represents a OreProcessor recipe.
IOreProcessorRecipeManager - Interface in net.ndrei.bcoreprocessing.api.recipes
 
IOreProcessorRecipeManager.DefaultImpls - Class in net.ndrei.bcoreprocessing.api.recipes
 
isInput(stack, ignoreSize) - Method in interface net.ndrei.bcoreprocessing.api.recipes.IFluidProcessorRecipe
Tests if a FluidStack can be used as an input for this recipe.
isInput(stack, ignoreSize) - Method in interface net.ndrei.bcoreprocessing.api.recipes.IOreProcessorRecipe
Tests if an ItemStack can be used as an input for this recipe.

N

net.ndrei.bcoreprocessing.api.recipes - package net.ndrei.bcoreprocessing.api.recipes
 

O

OreProcessingRecipes - Class in net.ndrei.bcoreprocessing.api.recipes
 

P

processInput(stack) - Method in interface net.ndrei.bcoreprocessing.api.recipes.IFluidProcessorRecipe
Modifies the input FluidStack by taking out the amount required by this recipe
processInput(stack) - Method in interface net.ndrei.bcoreprocessing.api.recipes.IOreProcessorRecipe
Modifies the input ItemStack by taking out the items required by this recipe

R

registerRecipe(recipe) - Method in interface net.ndrei.bcoreprocessing.api.recipes.IFluidProcessorRecipeManager
 
registerRecipe(recipe) - Method in interface net.ndrei.bcoreprocessing.api.recipes.IOreProcessorRecipeManager
 
registerSimpleRecipe($this, input, output, residue, ticks) - Static method in class net.ndrei.bcoreprocessing.api.recipes.IFluidProcessorRecipeManager.DefaultImpls
 
registerSimpleRecipe(input, output, residue, ticks) - Method in interface net.ndrei.bcoreprocessing.api.recipes.IFluidProcessorRecipeManager
 
registerSimpleRecipe($this, input, output, ticks) - Static method in class net.ndrei.bcoreprocessing.api.recipes.IOreProcessorRecipeManager.DefaultImpls
 
registerSimpleRecipe(input, output, ticks) - Method in interface net.ndrei.bcoreprocessing.api.recipes.IOreProcessorRecipeManager
 
C F G I N O P R 
Skip navigation links