Package | Description |
---|---|
buildcraft.api.fuels |
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.fluid |
Modifier and Type | Method and Description |
---|---|
default IFuelManager.IDirtyFuel |
IFuelManager.addDirtyFuel(net.minecraftforge.fluids.Fluid fuel,
long powerPerCycle,
int totalBurningTime,
net.minecraftforge.fluids.FluidStack residue) |
IFuelManager.IDirtyFuel |
IFuelManager.addDirtyFuel(net.minecraftforge.fluids.FluidStack fuel,
long powerPerCycle,
int totalBurningTime,
net.minecraftforge.fluids.FluidStack residue) |
Modifier and Type | Class and Description |
---|---|
static class |
FuelRegistry.DirtyFuel |
Modifier and Type | Method and Description |
---|---|
IFuelManager.IDirtyFuel |
FuelRegistry.addDirtyFuel(net.minecraftforge.fluids.FluidStack fuel,
long powerPerCycle,
int totalBurningTime,
net.minecraftforge.fluids.FluidStack residue) |