public static class DummyManagers.DummyStillManager extends DummyManagers.DummyCraftingProvider<IStillRecipe> implements IStillManager
| Constructor and Description |
|---|
DummyStillManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRecipe(int cyclesPerUnit,
net.minecraftforge.fluids.FluidStack input,
net.minecraftforge.fluids.FluidStack output)
Add a recipe to the still
|
addRecipe, recipes, removeRecipeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRecipe, recipes, removeRecipepublic void addRecipe(int cyclesPerUnit,
net.minecraftforge.fluids.FluidStack input,
net.minecraftforge.fluids.FluidStack output)
IStillManageraddRecipe in interface IStillManagercyclesPerUnit - Amount of work cycles required to run through the conversion once.input - FluidStack representing the input liquid.output - FluidStack representing the output liquid