net.minecraft.recipe.crafting

public class FireworkRocketCraftingRecipe

extends SpecialCraftingRecipe

All mapped superinterfaces:

CraftingRecipe, Recipe

net.minecraft.world.item.crafting.FireworkRocketRecipe
net.minecraft.world.item.crafting.FireworkRocketRecipe
net.minecraft.class_1_171
net.minecraft.recipe.crafting.FireworkRocketCraftingRecipe

Field summary

Modifier and TypeField
public static final com.mojang.serialization.MapCodec<FireworkRocketCraftingRecipe>
MAP_CODEC
MAP_CODEC
field_1_1308
CODEC
public static final PacketCodec<RegistryByteBuf, FireworkRocketCraftingRecipe>
STREAM_CODEC
STREAM_CODEC
field_1_1310
PACKET_CODEC
public static final RecipeSerializer<FireworkRocketCraftingRecipe>
SERIALIZER
SERIALIZER
field_1_1309
SERIALIZER
private final Ingredient
shell
shell
field_1_1313
shell
private final Ingredient
fuel
fuel
field_1_1311
fuel
private final Ingredient
star
star
field_1_1314
star
private final SimpleItemStackView
result
result
field_1_1312
result

Constructor summary

ModifierConstructor
public (Ingredient shell, Ingredient fuel, Ingredient star, SimpleItemStackView result)

Method summary

Modifier and TypeMethod
public boolean
matches(CraftingInput input, Level level)
matches(CraftingInput input, Level level)
method_1_1570(class_9694 arg0, class_1937 arg1)
matches(CraftingRecipeInput arg0, World arg1)
public ItemStack
assemble(CraftingInput input)
assemble(CraftingInput input)
method_1_1560(class_9694 arg0)
craft(CraftingRecipeInput arg0)
public RecipeSerializer<FireworkRocketCraftingRecipe>
getSerializer()
getSerializer()
method_8119()
getSerializer()