Package net.minecraft.recipe
Class FireworkRocketRecipe
java.lang.Object
net.minecraft.recipe.SpecialCraftingRecipe
net.minecraft.recipe.FireworkRocketRecipe
- All Implemented Interfaces:
- CraftingRecipe,- Recipe<CraftingRecipeInput>
- Mappings:
- Namespace - Name - named - net/minecraft/recipe/FireworkRocketRecipe- intermediary - net/minecraft/class_1851- official - day
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.recipe.SpecialCraftingRecipeSpecialCraftingRecipe.SpecialRecipeSerializer<T extends CraftingRecipe>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final Ingredientprivate static final Ingredientprivate static final IngredientFields inherited from interface net.minecraft.recipe.RecipeCODEC, PACKET_CODEC
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncraft(CraftingRecipeInput craftingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) Crafts this recipe.Returns the serializer associated with this recipe.booleanmatches(CraftingRecipeInput craftingRecipeInput, World world) Returns whether this recipe matches the contents inside theinventoryin the givenworld.Methods inherited from class net.minecraft.recipe.SpecialCraftingRecipegetCategory, getIngredientPlacement, isIgnoredInRecipeBookMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.recipe.CraftingRecipegetRecipeBookCategory, getRecipeRemainders, getTypeMethods inherited from interface net.minecraft.recipe.RecipegetDisplays, getGroup, showNotification
- 
Field Details- 
PAPER- Mappings:
- Namespace - Name - Mixin selector - named - PAPER- Lnet/minecraft/recipe/FireworkRocketRecipe;PAPER:Lnet/minecraft/recipe/Ingredient;- intermediary - field_9007- Lnet/minecraft/class_1851;field_9007:Lnet/minecraft/class_1856;- official - c- Lday;c:Ldbb;
 
- 
DURATION_MODIFIER- Mappings:
- Namespace - Name - Mixin selector - named - DURATION_MODIFIER- Lnet/minecraft/recipe/FireworkRocketRecipe;DURATION_MODIFIER:Lnet/minecraft/recipe/Ingredient;- intermediary - field_9006- Lnet/minecraft/class_1851;field_9006:Lnet/minecraft/class_1856;- official - d- Lday;d:Ldbb;
 
- 
FIREWORK_STAR- Mappings:
- Namespace - Name - Mixin selector - named - FIREWORK_STAR- Lnet/minecraft/recipe/FireworkRocketRecipe;FIREWORK_STAR:Lnet/minecraft/recipe/Ingredient;- intermediary - field_9008- Lnet/minecraft/class_1851;field_9008:Lnet/minecraft/class_1856;- official - e- Lday;e:Ldbb;
 
 
- 
- 
Constructor Details- 
FireworkRocketRecipe- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/recipe/SpecialCraftingRecipe;<init>(Lnet/minecraft/recipe/book/CraftingRecipeCategory;)V- intermediary - <init>- Lnet/minecraft/class_1852;<init>(Lnet/minecraft/class_7710;)V- official - <init>- Ldav;<init>(Ldas;)V
 
 
- 
- 
Method Details- 
matchesDescription copied from interface:RecipeReturns whether this recipe matches the contents inside theinventoryin the givenworld.The worldcurrently is only used by the map cloning recipe to prevent duplication of explorer maps.- Parameters:
- world- the input world
- Returns:
- whether this recipe matches the contents inside the
 inventoryin the givenworld
- Mappings:
- Namespace - Name - Mixin selector - named - matches- Lnet/minecraft/recipe/FireworkRocketRecipe;matches(Lnet/minecraft/recipe/input/CraftingRecipeInput;Lnet/minecraft/world/World;)Z- intermediary - method_17709- Lnet/minecraft/class_1851;method_17709(Lnet/minecraft/class_9694;Lnet/minecraft/class_1937;)Z- official - a- Lday;a(Ldat;Ldgj;)Z
 
- 
craftpublic ItemStack craft(CraftingRecipeInput craftingRecipeInput, RegistryWrapper.WrapperLookup wrapperLookup) Description copied from interface:RecipeCrafts this recipe.This method does not perform side effects on the inventory.This method should return a new item stack on each call. - Returns:
- the resulting item stack
- Mappings:
- Namespace - Name - Mixin selector - named - craft- Lnet/minecraft/recipe/FireworkRocketRecipe;craft(Lnet/minecraft/recipe/input/CraftingRecipeInput;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Lnet/minecraft/item/ItemStack;- intermediary - method_17708- Lnet/minecraft/class_1851;method_17708(Lnet/minecraft/class_9694;Lnet/minecraft/class_7225$class_7874;)Lnet/minecraft/class_1799;- official - a- Lday;a(Ldat;Ljt$a;)Lcwq;
 
- 
getSerializerReturns the serializer associated with this recipe.- Specified by:
- getSerializerin interface- CraftingRecipe
- Specified by:
- getSerializerin interface- Recipe<CraftingRecipeInput>
- Specified by:
- getSerializerin class- SpecialCraftingRecipe
- Returns:
- the serializer associated with this recipe
- Mappings:
- Namespace - Name - Mixin selector - named - getSerializer- Lnet/minecraft/recipe/Recipe;getSerializer()Lnet/minecraft/recipe/RecipeSerializer;- intermediary - method_8119- Lnet/minecraft/class_1860;method_8119()Lnet/minecraft/class_1865;- official - a- Ldbf;a()Ldbp;
 
 
-