net.minecraft.recipe.crafting

public class DyeingRecipe

extends GeneralCraftingRecipe

All mapped superinterfaces:

CraftingRecipe, Recipe

net.minecraft.world.item.crafting.DyeRecipe
net.minecraft.world.item.crafting.DyeRecipe
net.minecraft.class_1_148
net.minecraft.recipe.crafting.DyeingRecipe

Field summary

Modifier and TypeField
public static final com.mojang.serialization.MapCodec<DyeingRecipe>
MAP_CODEC
MAP_CODEC
field_1_1161
CODEC
public static final PacketCodec<RegistryByteBuf, DyeingRecipe>
STREAM_CODEC
STREAM_CODEC
field_1_1163
PACKET_CODEC
public static final RecipeSerializer<DyeingRecipe>
SERIALIZER
SERIALIZER
field_1_1162
SERIALIZER
private final Ingredient
target
target
field_1_1166
target
private final Ingredient
dye
dye
field_1_1164
dye
private final SimpleItemStackView
result
result
field_1_1165
result

Constructor summary

ModifierConstructor
public (Recipe$Settings settings, CraftingRecipe$RecipeBookLocation location, Ingredient target, Ingredient dye, SimpleItemStackView result)

Method summary

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