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