net.minecraft.recipe.crafting

public class ImbuementRecipe

extends GeneralCraftingRecipe

All mapped superinterfaces:

CraftingRecipe, Recipe

net.minecraft.world.item.crafting.ImbueRecipe
net.minecraft.world.item.crafting.ImbueRecipe
net.minecraft.class_1_150
net.minecraft.recipe.crafting.ImbuementRecipe

Field summary

Modifier and TypeField
public static final com.mojang.serialization.MapCodec<ImbuementRecipe>
MAP_CODEC
MAP_CODEC
field_1_1170
CODEC
public static final PacketCodec<RegistryByteBuf, ImbuementRecipe>
STREAM_CODEC
STREAM_CODEC
field_1_1172
PACKET_CODEC
public static final RecipeSerializer<ImbuementRecipe>
SERIALIZER
SERIALIZER
field_1_1171
SERIALIZER
private final Ingredient
source
source
field_1_1175
source
private final Ingredient
material
material
field_1_1173
material
private final SimpleItemStackView
result
result
field_1_1174
result

Constructor summary

ModifierConstructor
public (Recipe$Settings settings, CraftingRecipe$RecipeBookLocation location, Ingredient source, Ingredient material, SimpleItemStackView result)

Method summary

Modifier and TypeMethod
public boolean
matches(CraftingInput input, Level level)
matches(CraftingInput input, Level level)
method_1_1353(class_9694 arg0, class_1937 arg1)
matches(CraftingRecipeInput arg0, World arg1)
public ItemStack
assemble(CraftingInput input)
assemble(CraftingInput input)
method_1_1341(class_9694 arg0)
craft(CraftingRecipeInput arg0)
public RecipeSerializer<ImbuementRecipe>
getSerializer()
getSerializer()
method_8119()
getSerializer()
protected IngredientPlacement
createPlacementInfo()
createPlacementInfo()
method_1_1571()
createIngredientPlacement()
public List<RecipeDisplay>
display()
display()
method_64664()
getDisplays()