net.minecraft.server.v1_14_R1

public abstract class RecipeSingleItem

implements IRecipe<IInventory>

bex
net.minecraft.class_3972
net.minecraft.recipe.CuttingRecipe
net.minecraft.item.crafting.SingleItemRecipe
net.minecraft.server.v1_14_R1.RecipeSingleItem

Field summary

Modifier and TypeField
protected final RecipeItemStack
a
field_17642
ingredient
field_222131_a
ingredient
protected final ItemStack
b
field_17643
result
field_222132_b
result
private final Recipes<?>
e
field_17646
type
field_222135_e
private final RecipeSerializer<?>
f
field_17647
serializer
field_222136_f
protected final MinecraftKey
c
field_17644
id
field_222133_c
key
protected final String
d
field_17645
group
field_222134_d
group

Constructor summary

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

Method summary

Modifier and TypeMethod
public Recipes<?>
g()
method_17716()
getType()
func_222127_g()
public RecipeSerializer<?>
Q_()
method_8119()
getSerializer()
func_199559_b()
getRecipeSerializer()
public MinecraftKey
f()
method_8114()
getId()
func_199560_c()
getKey()
public ItemStack
c()
method_8110()
getOutput()
func_77571_b()
public NonNullList<RecipeItemStack>
a()
method_8117()
getPreviewInputs()
func_192400_c()
public ItemStack
a(agz arg0)
method_8116(class_1263 arg0)
craft(Inventory arg0)
func_77572_b(IInventory arg0)
public String
d()
method_8112()
getGroup()
func_193358_e()
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)