public class SeparatorRecipe
extends java.lang.Object
| Constructor and Description |
|---|
SeparatorRecipe(ItemInstance output,
ItemInstance input,
int time,
ItemInstance byproduct,
float byproductChance) |
| Modifier and Type | Method and Description |
|---|---|
ItemInstance |
getByproduct() |
float |
getByproductChance() |
ItemInstance |
getInput() |
ItemInstance |
getOutput() |
int |
getTime() |
public SeparatorRecipe(ItemInstance output, ItemInstance input, int time, ItemInstance byproduct, float byproductChance)
public ItemInstance getInput()
public ItemInstance getOutput()
public ItemInstance getByproduct()
public int getTime()
public float getByproductChance()