net.minecraft.world.item.crafting

public abstract class SingleItemRecipe

implements Recipe<Container>

boy
net.minecraft.world.item.crafting.SingleItemRecipe
net.minecraft.class_3972
net.minecraft.recipe.CuttingRecipe
net.minecraft.item.crafting.SingleItemRecipe
net.minecraft.server.v1_16_R2.RecipeSingleItem

Field summary

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

Constructor summary

ModifierConstructor
public (RecipeType<?> type, RecipeSerializer<?> serializer, ResourceLocation id, String group, Ingredient input, ItemStack output)

Method summary

Modifier and TypeMethod
public RecipeType<?>
g()
getType()
method_17716()
getType()
func_222127_g()
public RecipeSerializer<?>
ag_()
getSerializer()
method_8119()
getSerializer()
func_199559_b()
getRecipeSerializer()
public ResourceLocation
f()
getId()
method_8114()
getId()
func_199560_c()
getKey()
public ItemStack
c()
getResultItem()
method_8110()
getOutput()
func_77571_b()
getResult()
public NonNullList<Ingredient>
a()
getIngredients()
method_8117()
getPreviewInputs()
func_192400_c()
public ItemStack
a(aok arg0)
assemble(Container arg0)
method_8116(class_1263 arg0)
craft(Inventory arg0)
func_77572_b(IInventory arg0)
public String
d()
getGroup()
method_8112()
getGroup()
func_193358_e()
public boolean
a(int arg0, int arg1)
canCraftInDimensions(int arg0, int arg1)
method_8113(int arg0, int arg1)
fits(int arg0, int arg1)
func_194133_a(int arg0, int arg1)