public static class DummyManagers.DummyFermenterManager extends DummyManagers.DummyCraftingProvider<IFermenterRecipe> implements IFermenterManager
| Constructor and Description |
|---|
DummyFermenterManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addRecipe(net.minecraft.item.ItemStack resource,
int fermentationValue,
float modifier,
net.minecraftforge.fluids.FluidStack output)
Add a recipe to the fermenter.
|
void |
addRecipe(net.minecraft.item.ItemStack resource,
int fermentationValue,
float modifier,
net.minecraftforge.fluids.FluidStack output,
net.minecraftforge.fluids.FluidStack liquid)
Add a recipe to the fermenter
|
void |
addRecipe(java.lang.String resource,
int fermentationValue,
float modifier,
net.minecraftforge.fluids.FluidStack output)
Add a recipe to the fermenter.
|
void |
addRecipe(java.lang.String resource,
int fermentationValue,
float modifier,
net.minecraftforge.fluids.FluidStack output,
net.minecraftforge.fluids.FluidStack liquid)
Add a recipe to the fermenter
|
addRecipe, recipes, removeRecipeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRecipe, recipes, removeRecipepublic void addRecipe(net.minecraft.item.ItemStack resource,
int fermentationValue,
float modifier,
net.minecraftforge.fluids.FluidStack output,
net.minecraftforge.fluids.FluidStack liquid)
IFermenterManageraddRecipe in interface IFermenterManagerresource - ItemStack representing the resource.fermentationValue - Value of the given resource, i.e. how much needs
to be fermented for the output to be deposited into the product tank.modifier - Modifies the amount of liquid output per work cycle.
(water = 1.0f, honey = 1.5f)output - LiquidStack representing output liquid. Amount is
determined by fermentationValue*modifier.liquid - LiquidStack representing resource liquid and amount.public void addRecipe(net.minecraft.item.ItemStack resource,
int fermentationValue,
float modifier,
net.minecraftforge.fluids.FluidStack output)
IFermenterManageraddRecipe in interface IFermenterManagerresource - ItemStack representing the resource.fermentationValue - Value of the given resource, i.e. how much needs
to be fermented for the output to be deposited into the product tank.modifier - Modifies the amount of liquid output per work cycle.
(water = 1.0f, honey = 1.5f)output - LiquidStack representing output liquid. Amount is
determined by fermentationValue*modifier.public void addRecipe(java.lang.String resource,
int fermentationValue,
float modifier,
net.minecraftforge.fluids.FluidStack output,
net.minecraftforge.fluids.FluidStack liquid)
IFermenterManageraddRecipe in interface IFermenterManagerresource - String representing the resource as a OreDictionary name.fermentationValue - Value of the given resource, i.e. how much needs
to be fermented for the output to be deposited into the product tank.modifier - Modifies the amount of liquid output per work cycle.
(water = 1.0f, honey = 1.5f)output - LiquidStack representing output liquid. Amount is
determined by fermentationValue*modifier.liquid - LiquidStack representing resource liquid and amount.public void addRecipe(java.lang.String resource,
int fermentationValue,
float modifier,
net.minecraftforge.fluids.FluidStack output)
IFermenterManageraddRecipe in interface IFermenterManagerresource - String representing the resource as a OreDictionary name.fermentationValue - Value of the given resource, i.e. how much needs
to be fermented for the output to be deposited into the product tank.modifier - Modifies the amount of liquid output per work cycle.
(water = 1.0f, honey = 1.5f)output - LiquidStack representing output liquid. Amount is
determined by fermentationValue*modifier.