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 IFurnaceRecipe
public IItemStack getInput()
getInput
in interface IFurnaceRecipe
public IItemStack getOutput()
getOutput
in interface IFurnaceRecipe
public float getXp()
getXp
in interface IFurnaceRecipe