net.minecraft.recipe

public class BrewingRecipe

implements Recipe<BrewingRecipeInput>

net.minecraft.world.item.crafting.BrewingRecipe
net.minecraft.world.item.crafting.BrewingRecipe
net.minecraft.class_1_1248
net.minecraft.recipe.BrewingRecipe

Field summary

Modifier and TypeField
public static final com.mojang.serialization.MapCodec<BrewingRecipe>
MAP_CODEC
MAP_CODEC
field_1_8595
CODEC
public static final PacketCodec<RegistryByteBuf, BrewingRecipe>
STREAM_CODEC
STREAM_CODEC
field_1_8597
PACKET_CODEC
public static final RecipeSerializer<BrewingRecipe>
SERIALIZER
SERIALIZER
field_1_8596
SERIALIZER
private final BrewingIngredient
input
input
field_1_8598
input
private final BrewingIngredient
reagent
reagent
field_1_8600
reagent
private final SimpleItemStackView
output
output
field_1_8599
output

Constructor summary

ModifierConstructor
public (BrewingIngredient input, BrewingIngredient reagent, SimpleItemStackView output)

Method summary

Modifier and TypeMethod
public BrewingIngredient
getInput()
getInput()
method_1_7898()
getInput()
public BrewingIngredient
getReagent()
getReagent()
method_1_7900()
getReagent()
public SimpleItemStackView
getOutput()
getOutput()
method_1_7899()
getOutput()
public boolean
matches(BrewingInput brewingInput, Level level)
matches(BrewingInput brewingInput, Level level)
method_1_7909(class_1_1236 arg0, class_1937 arg1)
matches(BrewingRecipeInput arg0, World arg1)
public boolean
matches(BrewingInput brewingInput)
matches(BrewingInput brewingInput)
method_1_7908(class_1_1236 arg0)
matches(BrewingRecipeInput input)
public ItemStack
assemble(BrewingInput input)
assemble(BrewingInput input)
method_1_7897(class_1_1236 arg0)
craft(BrewingRecipeInput arg0)
public RecipeType<BrewingRecipe>
getType()
getType()
method_17716()
getType()
public IngredientPlacement
placementInfo()
placementInfo()
method_61671()
getIngredientPlacement()
public boolean
isSpecial()
isSpecial()
method_8118()
isIgnoredInRecipeBook()
public boolean
showNotification()
showNotification()
method_49188()
showNotification()
public String
group()
group()
method_8112()
getGroup()
public RecipeBookCategory
recipeBookCategory()
recipeBookCategory()
method_64668()
getRecipeBookCategory()
public RecipeSerializer<BrewingRecipe>
getSerializer()
getSerializer()
method_8119()
getSerializer()