|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraft.item.crafting.FurnaceRecipes
public class FurnaceRecipes
| Method Summary | |
|---|---|
void |
addSmelting(int itemID,
int metadata,
ItemStack itemstack,
float experience)
A metadata sensitive version of adding a furnace recipe. |
void |
addSmelting(int par1,
ItemStack par2ItemStack,
float par3)
Adds a smelting recipe. |
float |
getExperience(int par1)
Deprecated. |
float |
getExperience(ItemStack item)
Grabs the amount of base experience for this item to give when pulled from the furnace slot. |
Map<List<Integer>,ItemStack> |
getMetaSmeltingList()
|
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()
@Deprecated public float getExperience(int par1)
public void addSmelting(int itemID,
int metadata,
ItemStack itemstack,
float experience)
public ItemStack getSmeltingResult(ItemStack item)
item - The Source ItemStack
public float getExperience(ItemStack item)
public Map<List<Integer>,ItemStack> getMetaSmeltingList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||