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 |
---|---|
ISolidCoolant |
ICoolantManager.addSolidCoolant(ISolidCoolant solidCoolant) |
ISolidCoolant |
ICoolantManager.addSolidCoolant(net.minecraft.item.ItemStack solid,
net.minecraftforge.fluids.FluidStack fluid,
float multiplier) |
ISolidCoolant |
ICoolantManager.getSolidCoolant(net.minecraft.item.ItemStack solid) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ISolidCoolant> |
ICoolantManager.getSolidCoolants() |
Modifier and Type | Method and Description |
---|---|
ISolidCoolant |
ICoolantManager.addSolidCoolant(ISolidCoolant solidCoolant) |
Modifier and Type | Method and Description |
---|---|
ISolidCoolant |
CoolantRegistry.addSolidCoolant(ISolidCoolant solidCoolant) |
ISolidCoolant |
CoolantRegistry.addSolidCoolant(net.minecraft.item.ItemStack solid,
net.minecraftforge.fluids.FluidStack fluid,
float multiplier) |
ISolidCoolant |
CoolantRegistry.getSolidCoolant(net.minecraft.item.ItemStack solid) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ISolidCoolant> |
CoolantRegistry.getSolidCoolants() |
Modifier and Type | Method and Description |
---|---|
ISolidCoolant |
CoolantRegistry.addSolidCoolant(ISolidCoolant solidCoolant) |