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 ICoolant |
ICoolantManager.addCoolant(net.minecraftforge.fluids.Fluid fluid,
float degreesCoolingPerMb) |
ICoolant |
ICoolantManager.addCoolant(net.minecraftforge.fluids.FluidStack fluid,
float degreesCoolingPerMb) |
ICoolant |
ICoolantManager.addCoolant(ICoolant coolant) |
ICoolant |
ICoolantManager.getCoolant(net.minecraftforge.fluids.FluidStack fluid) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ICoolant> |
ICoolantManager.getCoolants() |
Modifier and Type | Method and Description |
---|---|
ICoolant |
ICoolantManager.addCoolant(ICoolant coolant) |
Modifier and Type | Class and Description |
---|---|
static class |
CoolantRegistry.Coolant |
Modifier and Type | Method and Description |
---|---|
ICoolant |
CoolantRegistry.addCoolant(net.minecraftforge.fluids.FluidStack fluid,
float degreesCoolingPerMB) |
ICoolant |
CoolantRegistry.addCoolant(ICoolant coolant) |
ICoolant |
CoolantRegistry.getCoolant(net.minecraftforge.fluids.FluidStack fluid) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ICoolant> |
CoolantRegistry.getCoolants() |
Modifier and Type | Method and Description |
---|---|
ICoolant |
CoolantRegistry.addCoolant(ICoolant coolant) |