net.minecraft.server.v1_14_R1

public abstract class RecipeCooking

implements IRecipe<IInventory>

bdy
net.minecraft.class_1874
net.minecraft.recipe.AbstractCookingRecipe
net.minecraft.item.crafting.AbstractCookingRecipe
net.minecraft.server.v1_14_R1.RecipeCooking

Field summary

Modifier and TypeField
protected final Recipes<?>
a
field_17544
type
field_222139_a
protected final MinecraftKey
b
field_9060
id
field_222140_b
key
protected final String
c
field_9062
group
field_222141_c
group
protected final RecipeItemStack
d
field_9061
input
field_222142_d
ingredient
protected final ItemStack
e
field_9059
output
field_222143_e
result
protected final float
f
field_9057
experience
field_222144_f
experience
protected final int
g
field_9058
cookTime
field_222145_g
cookingTime

Constructor summary

ModifierConstructor
public (Recipes<?> arg0, MinecraftKey arg1, String arg2, RecipeItemStack arg3, ItemStack arg4, float arg5, int arg6)

Method summary

Modifier and TypeMethod
public boolean
a(agz arg0, bhm arg1)
method_8115(class_1263 arg0, class_1937 arg1)
matches(Inventory arg0, World arg1)
func_77569_a(IInventory arg0, World arg1)
public ItemStack
a(agz arg0)
method_8116(class_1263 arg0)
craft(Inventory arg0)
func_77572_b(IInventory arg0)
public NonNullList<RecipeItemStack>
a()
method_8117()
getPreviewInputs()
func_192400_c()
public float
b()
method_8171()
getExperience()
func_222138_b()
public ItemStack
c()
method_8110()
getOutput()
func_77571_b()
public int
e()
method_8167()
getCookTime()
func_222137_e()
public MinecraftKey
f()
method_8114()
getId()
func_199560_c()
getKey()
public Recipes<?>
g()
method_17716()
getType()
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)
public String
d()
method_8112()
getGroup()
func_193358_e()