net.minecraft.recipe.input

public record BrewingRecipeInput

implements RecipeInput

net.minecraft.world.item.crafting.BrewingInput
net.minecraft.class_1_1236
net.minecraft.recipe.input.BrewingRecipeInput

Field summary

Modifier and TypeField
private final ItemStack
input
comp_1_1287
input
private final ItemStack
reagent
comp_1_1288
reagent

Constructor summary

ModifierConstructor
public (ItemStack input, ItemStack reagent)

Method summary

Modifier and TypeMethod
public ItemStack
getItem(int index)
method_59984(int arg0)
getStackInSlot(int arg0)
public int
size()
method_59983()
size()
public ItemStack
input()
comp_1_1287()
input()
public ItemStack
reagent()
comp_1_1288()
reagent()