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 | Interface and Description |
---|---|
static interface |
IFuelManager.IDirtyFuel |
Modifier and Type | Method and Description |
---|---|
<F extends IFuel> |
IFuelManager.addFuel(F fuel) |
Modifier and Type | Method and Description |
---|---|
default IFuel |
IFuelManager.addFuel(net.minecraftforge.fluids.Fluid fluid,
long powerPerCycle,
int totalBurningTime) |
IFuel |
IFuelManager.addFuel(net.minecraftforge.fluids.FluidStack fluid,
long powerPerCycle,
int totalBurningTime) |
IFuel |
IFuelManager.getFuel(net.minecraftforge.fluids.FluidStack fluid) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IFuel> |
IFuelManager.getFuels() |
Modifier and Type | Class and Description |
---|---|
static class |
FuelRegistry.DirtyFuel |
static class |
FuelRegistry.Fuel |
Modifier and Type | Method and Description |
---|---|
<F extends IFuel> |
FuelRegistry.addFuel(F fuel) |
Modifier and Type | Method and Description |
---|---|
IFuel |
FuelRegistry.addFuel(net.minecraftforge.fluids.FluidStack fluid,
long powerPerCycle,
int totalBurningTime) |
IFuel |
FuelRegistry.getFuel(net.minecraftforge.fluids.FluidStack fluid) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<IFuel> |
FuelRegistry.getFuels() |