public class FurnaceRecipe extends java.lang.Object implements IFurnaceRecipe
| Constructor and Description |
|---|
FurnaceRecipe(IItemStack input,
IItemStack output,
float xp) |
| Modifier and Type | Method and Description |
|---|---|
IItemStack |
getInput() |
IItemStack |
getOutput() |
float |
getXp() |
java.lang.String |
toCommandString() |
public FurnaceRecipe(IItemStack input, IItemStack output, float xp)
public java.lang.String toCommandString()
toCommandString in interface IFurnaceRecipepublic IItemStack getInput()
getInput in interface IFurnaceRecipepublic IItemStack getOutput()
getOutput in interface IFurnaceRecipepublic float getXp()
getXp in interface IFurnaceRecipe