net.minecraft.recipe.crafting

public class DecoratedPotRecipe

extends SpecialCraftingRecipe

All mapped superinterfaces:

CraftingRecipe, Recipe

net.minecraft.world.item.crafting.DecoratedPotRecipe
net.minecraft.world.item.crafting.DecoratedPotRecipe
net.minecraft.class_1_162
net.minecraft.recipe.crafting.DecoratedPotRecipe

Field summary

Modifier and TypeField
public static final com.mojang.serialization.MapCodec<DecoratedPotRecipe>
MAP_CODEC
MAP_CODEC
field_1_1263
CODEC
public static final PacketCodec<RegistryByteBuf, DecoratedPotRecipe>
STREAM_CODEC
STREAM_CODEC
field_1_1265
PACKET_CODEC
public static final RecipeSerializer<DecoratedPotRecipe>
SERIALIZER
SERIALIZER
field_1_1264
SERIALIZER
private final Ingredient
backPattern
backPattern
field_1_1266
back
private final Ingredient
leftPattern
leftPattern
field_1_1268
left
private final Ingredient
rightPattern
rightPattern
field_1_1270
right
private final Ingredient
frontPattern
frontPattern
field_1_1267
front
private final SimpleItemStackView
result
result
field_1_1269
result

Constructor summary

ModifierConstructor
public (Ingredient input, SimpleItemStackView result)
public (Ingredient back, Ingredient left, Ingredient right, Ingredient front, SimpleItemStackView result)

Method summary

Modifier and TypeMethod
private static ItemStack
back(CraftingInput input)
back(CraftingInput input)
method_1_1470(class_9694 arg0)
getBack(CraftingRecipeInput input)
private static ItemStack
left(CraftingInput input)
left(CraftingInput input)
method_1_1483(class_9694 arg0)
getLeft(CraftingRecipeInput input)
private static ItemStack
right(CraftingInput input)
right(CraftingInput input)
method_1_1485(class_9694 arg0)
getRight(CraftingRecipeInput input)
private static ItemStack
front(CraftingInput input)
front(CraftingInput input)
method_1_1471(class_9694 arg0)
getFront(CraftingRecipeInput input)
public boolean
matches(CraftingInput input, Level level)
matches(CraftingInput input, Level level)
method_1_1484(class_9694 arg0, class_1937 arg1)
matches(CraftingRecipeInput arg0, World arg1)
public ItemStack
assemble(CraftingInput input)
assemble(CraftingInput input)
method_1_1469(class_9694 arg0)
craft(CraftingRecipeInput arg0)
public RecipeSerializer<DecoratedPotRecipe>
getSerializer()
getSerializer()
method_8119()
getSerializer()