net.minecraft.recipe.crafting

public class MapExtendingRecipe

extends SpecialCraftingRecipe

All mapped superinterfaces:

CraftingRecipe, Recipe

net.minecraft.world.item.crafting.MapExtendingRecipe
net.minecraft.world.item.crafting.MapExtendingRecipe
net.minecraft.class_1_164
net.minecraft.recipe.crafting.MapExtendingRecipe

Field summary

Modifier and TypeField
public static final com.mojang.serialization.MapCodec<MapExtendingRecipe>
MAP_CODEC
MAP_CODEC
field_1_1280
CODEC
public static final PacketCodec<RegistryByteBuf, MapExtendingRecipe>
STREAM_CODEC
STREAM_CODEC
field_1_1282
PACKET_CODEC
public static final RecipeSerializer<MapExtendingRecipe>
SERIALIZER
SERIALIZER
field_1_1281
SERIALIZER
private final RawShapedRecipe
pattern
pattern
field_1_1285
underlying
private final Ingredient
map
map
field_1_1283
map
private final Ingredient
material
material
field_1_1284
material
private final SimpleItemStackView
result
result
field_1_1286
result

Constructor summary

ModifierConstructor
public (Ingredient map, Ingredient material, SimpleItemStackView result)

Method summary

Modifier and TypeMethod
public boolean
matches(CraftingInput input, Level level)
matches(CraftingInput input, Level level)
method_1_1511(class_9694 arg0, class_1937 arg1)
matches(CraftingRecipeInput arg0, World arg1)
public ItemStack
assemble(CraftingInput input)
assemble(CraftingInput input)
method_1_1502(class_9694 arg0)
craft(CraftingRecipeInput arg0)
private static ItemStack
findFilledMap(CraftingInput input)
findFilledMap(CraftingInput input)
method_1_1503(class_9694 arg0)
getMapItem(CraftingRecipeInput input)
public RecipeSerializer<MapExtendingRecipe>
getSerializer()
getSerializer()
method_8119()
getSerializer()