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.ICoolableRecipe |
IRefineryRecipeManager.addCoolableRecipe(net.minecraftforge.fluids.FluidStack in,
net.minecraftforge.fluids.FluidStack out,
int heatFrom,
int heatTo) |
IRefineryRecipeManager.ICoolableRecipe |
IRefineryRecipeManager.createCoolableRecipe(net.minecraftforge.fluids.FluidStack in,
net.minecraftforge.fluids.FluidStack out,
int heatFrom,
int heatTo) |
Modifier and Type | Method and Description |
---|---|
IRefineryRecipeManager.IRefineryRegistry<IRefineryRecipeManager.ICoolableRecipe> |
IRefineryRecipeManager.getCoolableRegistry() |
Modifier and Type | Class and Description |
---|---|
static class |
RefineryRecipeRegistry.CoolableRecipe |
Modifier and Type | Field and Description |
---|---|
IRefineryRecipeManager.IRefineryRegistry<IRefineryRecipeManager.ICoolableRecipe> |
RefineryRecipeRegistry.coolableRegistry |
Modifier and Type | Method and Description |
---|---|
IRefineryRecipeManager.ICoolableRecipe |
RefineryRecipeRegistry.createCoolableRecipe(net.minecraftforge.fluids.FluidStack in,
net.minecraftforge.fluids.FluidStack out,
int heatFrom,
int heatTo) |
Modifier and Type | Method and Description |
---|---|
IRefineryRecipeManager.IRefineryRegistry<IRefineryRecipeManager.ICoolableRecipe> |
RefineryRecipeRegistry.getCoolableRegistry() |