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.IDistillationRecipe |
IRefineryRecipeManager.addDistillationRecipe(net.minecraftforge.fluids.FluidStack in,
net.minecraftforge.fluids.FluidStack outGas,
net.minecraftforge.fluids.FluidStack outLiquid,
long powerRequired) |
IRefineryRecipeManager.IDistillationRecipe |
IRefineryRecipeManager.createDistillationRecipe(net.minecraftforge.fluids.FluidStack in,
net.minecraftforge.fluids.FluidStack outGas,
net.minecraftforge.fluids.FluidStack outLiquid,
long powerRequired) |
Modifier and Type | Method and Description |
---|---|
IRefineryRecipeManager.IRefineryRegistry<IRefineryRecipeManager.IDistillationRecipe> |
IRefineryRecipeManager.getDistillationRegistry() |
Modifier and Type | Class and Description |
---|---|
static class |
RefineryRecipeRegistry.DistillationRecipe |
Modifier and Type | Field and Description |
---|---|
IRefineryRecipeManager.IRefineryRegistry<IRefineryRecipeManager.IDistillationRecipe> |
RefineryRecipeRegistry.distillationRegistry |
Modifier and Type | Method and Description |
---|---|
IRefineryRecipeManager.IDistillationRecipe |
RefineryRecipeRegistry.createDistillationRecipe(net.minecraftforge.fluids.FluidStack in,
net.minecraftforge.fluids.FluidStack outGas,
net.minecraftforge.fluids.FluidStack outLiquid,
long powerRequired) |
Modifier and Type | Method and Description |
---|---|
IRefineryRecipeManager.IRefineryRegistry<IRefineryRecipeManager.IDistillationRecipe> |
RefineryRecipeRegistry.getDistillationRegistry() |