Class FireworkStarRecipe
java.lang.Object
net.minecraft.world.item.crafting.CustomRecipe
net.minecraft.world.item.crafting.FireworkStarRecipe
- All Implemented Interfaces:
- CraftingRecipe,- Recipe<CraftingContainer>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final Ingredientprivate static final Ingredientprivate static final Map<Item,FireworkRocketItem.Shape> private static final Ingredientprivate static final Ingredient
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionassemble(CraftingContainer p_43893_, RegistryAccess p_266692_) booleancanCraftInDimensions(int p_43885_, int p_43886_) getResultItem(RegistryAccess p_266932_) booleanmatches(CraftingContainer p_43895_, Level p_43896_) Methods inherited from class net.minecraft.world.item.crafting.CustomRecipecategory, isSpecialMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.item.crafting.CraftingRecipegetTypeMethods inherited from interface net.minecraft.world.item.crafting.RecipegetGroup, getIngredients, getRemainingItems, getToastSymbol, isIncomplete, showNotification
- 
Field Details- 
SHAPE_INGREDIENT
- 
TRAIL_INGREDIENT
- 
FLICKER_INGREDIENT
- 
SHAPE_BY_ITEM
- 
GUNPOWDER_INGREDIENT
 
- 
- 
Constructor Details- 
FireworkStarRecipe
 
- 
- 
Method Details- 
matches
- 
assemble
- 
canCraftInDimensionspublic boolean canCraftInDimensions(int p_43885_, int p_43886_) 
- 
getResultItem- Specified by:
- getResultItemin interface- Recipe<CraftingContainer>
- Overrides:
- getResultItemin class- CustomRecipe
 
- 
getSerializer
 
-