public class CombinerRecipe
extends java.lang.Object
| Constructor and Description |
|---|
CombinerRecipe(ItemInstance output,
ResUseInfo inputOne,
ResUseInfo inputTwo,
int time) |
| Modifier and Type | Method and Description |
|---|---|
ResUseInfo |
getInputOne() |
ResUseInfo |
getInputTwo() |
ItemInstance |
getOutput() |
int |
getTime() |
public CombinerRecipe(ItemInstance output, ResUseInfo inputOne, ResUseInfo inputTwo, int time)
public ResUseInfo getInputOne()
public ResUseInfo getInputTwo()
public ItemInstance getOutput()
public int getTime()