net.minecraft.crafting.recipe

public abstract class SmeltingRecipe

implements Recipe<Inventory>

bdu
net.minecraft.class_1874
net.minecraft.crafting.recipe.SmeltingRecipe
net.minecraft.item.crafting.AbstractCookingRecipe
net.minecraft.item.crafting.AbstractCookingRecipe

Field summary

Modifier and TypeField
protected final RecipeType<?>
a
field_17544
recipeType
field_222139_a
field_222139_a
protected final Identifier
b
field_9060
location
field_222140_b
field_222140_b
protected final String
c
field_9062
group
field_222141_c
field_222141_c
protected final Ingredient
d
field_9061
ingredient
field_222142_d
field_222142_d
protected final ItemStack
e
field_9059
result
field_222143_e
field_222143_e
protected final float
f
field_9057
xp
field_222144_f
field_222144_f
protected final int
g
field_9058
time
field_222145_g
field_222145_g

Constructor summary

ModifierConstructor
public (RecipeType<?> recipeType, Identifier location, String group, Ingredient ingredient, ItemStack result, float xp, int time)

Method summary

Modifier and TypeMethod
public boolean
a(agt arg0, bhh arg1)
method_8115(class_1263 arg0, class_1937 arg1)
matches(Inventory arg0, World arg1)
func_77569_a(IInventory arg0, World arg1)
matches(IInventory arg0, World arg1)
public ItemStack
a(agt arg0)
method_8116(class_1263 arg0)
getResult(Inventory arg0)
func_77572_b(IInventory arg0)
getCraftingResult(IInventory arg0)
public DefaultedList<Ingredient>
a()
method_8117()
getIngredients()
func_192400_c()
getIngredients()
public float
b()
method_8171()
getXp()
func_222138_b()
func_222138_b()
public ItemStack
c()
method_8110()
getResult()
func_77571_b()
getRecipeOutput()
public int
e()
method_8167()
getTime()
func_222137_e()
func_222137_e()
public Identifier
f()
method_8114()
getId()
func_199560_c()
getId()
public RecipeType<?>
g()
method_17716()
getRecipeType()
func_222127_g()
func_222127_g()
public boolean
a(int arg0, int arg1)
method_8113(int arg0, int arg1)
fits(int arg0, int arg1)
func_194133_a(int arg0, int arg1)
canFit(int arg0, int arg1)
public String
d()
method_8112()
getGroup()
func_193358_e()
getGroup()