Package | Description |
---|---|
buildcraft.api.recipes |
Copyright (c) 2011-2015, SpaceToad and the BuildCraft Team http://www.mod-buildcraft.com
The BuildCraft API is distributed under the terms of the MIT License.
|
buildcraft.lib.recipe |
Modifier and Type | Method and Description |
---|---|
default IRefineryRecipeManager.IHeatableRecipe |
IRefineryRecipeManager.addHeatableRecipe(net.minecraftforge.fluids.FluidStack in,
net.minecraftforge.fluids.FluidStack out,
int heatFrom,
int heatTo) |
IRefineryRecipeManager.IHeatableRecipe |
IRefineryRecipeManager.createHeatingRecipe(net.minecraftforge.fluids.FluidStack in,
net.minecraftforge.fluids.FluidStack out,
int heatFrom,
int heatTo) |
Modifier and Type | Method and Description |
---|---|
IRefineryRecipeManager.IRefineryRegistry<IRefineryRecipeManager.IHeatableRecipe> |
IRefineryRecipeManager.getHeatableRegistry() |
Modifier and Type | Class and Description |
---|---|
static class |
RefineryRecipeRegistry.HeatableRecipe |
Modifier and Type | Field and Description |
---|---|
IRefineryRecipeManager.IRefineryRegistry<IRefineryRecipeManager.IHeatableRecipe> |
RefineryRecipeRegistry.heatableRegistry |
Modifier and Type | Method and Description |
---|---|
IRefineryRecipeManager.IHeatableRecipe |
RefineryRecipeRegistry.createHeatingRecipe(net.minecraftforge.fluids.FluidStack in,
net.minecraftforge.fluids.FluidStack out,
int heatFrom,
int heatTo) |
Modifier and Type | Method and Description |
---|---|
IRefineryRecipeManager.IRefineryRegistry<IRefineryRecipeManager.IHeatableRecipe> |
RefineryRecipeRegistry.getHeatableRegistry() |