net.minecraft.crafting.recipe

public class SmeltingRecipe

implements Recipe

avt
net.minecraft.class_3584
net.minecraft.crafting.recipe.SmeltingRecipe
net.minecraft.item.crafting.FurnaceRecipe
net.minecraft.item.crafting.FurnaceRecipe

Field summary

Modifier and TypeField
private final Identifier
a
field_17468
location
field_201832_a
id
private final String
b
field_17469
group
field_201833_b
group
private final Ingredient
c
field_17470
ingredient
field_201834_c
input
private final ItemStack
d
field_17471
result
field_201835_d
output
private final float
e
field_17472
xp
field_201836_e
experience
private final int
f
field_17473
time
field_201837_f
cookingTime

Constructor summary

ModifierConstructor
public (Identifier location, String group, Ingredient ingredient, ItemStack result, float xp, int time)

Method summary

Modifier and TypeMethod
public boolean
a(ade arg0, axy arg1)
method_3500(class_849 arg0, class_1150 arg1)
matches(Inventory arg0, World arg1)
func_77569_a(IInventory arg0, World arg1)
matches(IInventory arg0, World arg1)
public ItemStack
a(ade arg0)
method_16201(class_849 arg0)
getResult(Inventory arg0)
func_77572_b(IInventory arg0)
getCraftingResult(IInventory arg0)
public RecipeSerializer<?>
a()
method_16200()
getSerializer()
func_199559_b()
getSerializer()
public DefaultedList<Ingredient>
e()
method_14252()
getIngredients()
func_192400_c()
getIngredients()
public float
g()
method_16245()
getXp()
func_201831_g()
getExperience()
public ItemStack
d()
method_3501()
getResult()
func_77571_b()
getRecipeOutput()
public int
h()
method_16246()
getTime()
func_201830_h()
getCookingTime()
public Identifier
b()
method_16202()
getId()
func_199560_c()
getId()
public boolean
a(int arg0, int arg1)
method_14250(int arg0, int arg1)
fits(int arg0, int arg1)
func_194133_a(int arg0, int arg1)
canFit(int arg0, int arg1)
public String
f()
method_14253()
getGroup()
func_193358_e()
getGroup()