|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.src.FurnaceRecipes
public class FurnaceRecipes
Method Summary | |
---|---|
void |
addSmelting(int itemID,
int metadata,
ItemStack itemstack)
Add a metadata-sensitive furnace recipe |
void |
addSmelting(int par1,
ItemStack par2ItemStack,
float par3)
Adds a smelting recipe. |
float |
func_77601_c(int par1)
|
Map |
getSmeltingList()
|
ItemStack |
getSmeltingResult(int par1)
Deprecated. |
ItemStack |
getSmeltingResult(ItemStack item)
Used to get the resulting ItemStack form a source ItemStack |
static FurnaceRecipes |
smelting()
Used to call methods addSmelting and getSmeltingResult. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final FurnaceRecipes smelting()
public void addSmelting(int par1, ItemStack par2ItemStack, float par3)
@Deprecated public ItemStack getSmeltingResult(int par1)
public Map getSmeltingList()
public float func_77601_c(int par1)
public void addSmelting(int itemID, int metadata, ItemStack itemstack)
itemID
- The Item IDmetadata
- The Item Metadataitemstack
- The ItemStack for the resultpublic ItemStack getSmeltingResult(ItemStack item)
item
- The Source ItemStack
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |