net.minecraft.recipe

public class BrewingRecipe

implements Recipe<BrewingRecipeInput>

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
field_1_8595
CODEC
public static final PacketCodec<RegistryByteBuf, BrewingRecipe>
STREAM_CODEC
field_1_8597
PACKET_CODEC
public static final RecipeSerializer<BrewingRecipe>
SERIALIZER
field_1_8596
SERIALIZER
private final BrewingIngredient
input
field_1_8598
input
private final BrewingIngredient
reagent
field_1_8600
reagent
private final SimpleItemStackView
output
field_1_8599
output

Constructor summary

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

Method summary

Modifier and TypeMethod
public BrewingIngredient
getInput()
method_1_7898()
getInput()
public BrewingIngredient
getReagent()
method_1_7900()
getReagent()
public SimpleItemStackView
getOutput()
method_1_7899()
getOutput()
public boolean
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)
method_1_7908(class_1_1236 arg0)
matches(BrewingRecipeInput input)
public ItemStack
assemble(BrewingInput input)
method_1_7897(class_1_1236 arg0)
craft(BrewingRecipeInput arg0)
public RecipeType<BrewingRecipe>
getType()
method_17716()
getType()
public IngredientPlacement
placementInfo()
method_61671()
getIngredientPlacement()
public boolean
isSpecial()
method_8118()
isIgnoredInRecipeBook()
public boolean
showNotification()
method_49188()
showNotification()
public String
group()
method_8112()
getGroup()
public RecipeBookCategory
recipeBookCategory()
method_64668()
getRecipeBookCategory()
public RecipeSerializer<BrewingRecipe>
getSerializer()
method_8119()
getSerializer()
public ItemStack
assemble(RecipeInput input)
method_8116(class_9695 arg0)
craft(RecipeInput arg0)
public boolean
matches(RecipeInput brewingInput, Level level)
method_8115(class_9695 arg0, class_1937 arg1)
matches(RecipeInput arg0, World arg1)
private static SimpleItemStackView
lambda$static$6(BrewingRecipe arg0)
method_1_7907(class_1_1248 arg0)
method_1_7907(BrewingRecipe recipe)
private static BrewingIngredient
lambda$static$5(BrewingRecipe arg0)
method_1_7906(class_1_1248 arg0)
method_1_7906(BrewingRecipe recipe)
private static BrewingIngredient
lambda$static$4(BrewingRecipe arg0)
method_1_7905(class_1_1248 arg0)
method_1_7905(BrewingRecipe recipe)
private static com.mojang.datafixers.kinds.App
lambda$static$0(com.mojang.serialization.codecs.RecordCodecBuilder$Instance arg0)
method_1_7901(com.mojang.serialization.codecs.RecordCodecBuilder$Instance arg0)
method_1_7901(com.mojang.serialization.codecs.RecordCodecBuilder$Instance instance)
private static SimpleItemStackView
lambda$static$3(BrewingRecipe arg0)
method_1_7904(class_1_1248 arg0)
method_1_7904(BrewingRecipe recipe)
private static BrewingIngredient
lambda$static$2(BrewingRecipe arg0)
method_1_7903(class_1_1248 arg0)
method_1_7903(BrewingRecipe recipe)
private static BrewingIngredient
lambda$static$1(BrewingRecipe arg0)
method_1_7902(class_1_1248 arg0)
method_1_7902(BrewingRecipe recipe)