Package net.minecraft.recipe
Class FireworkStarRecipe
java.lang.Object
net.minecraft.recipe.SpecialCraftingRecipe
net.minecraft.recipe.FireworkStarRecipe
- All Implemented Interfaces:
CraftingRecipe,Recipe<CraftingInventory>
public class FireworkStarRecipe extends SpecialCraftingRecipe
-
Field Summary
Fields Modifier and Type Field Description private static IngredientFLICKER_MODIFIERprivate static IngredientGUNPOWDERprivate static IngredientTRAIL_MODIFIERprivate static IngredientTYPE_MODIFIERprivate static Map<Item,FireworkItem.Type>TYPE_MODIFIER_MAP -
Constructor Summary
Constructors Constructor Description FireworkStarRecipe(Identifier id) -
Method Summary
Modifier and Type Method Description ItemStackcraft(CraftingInventory craftingInventory)booleanfits(int width, int height)ItemStackgetOutput()RecipeSerializer<?>getSerializer()booleanmatches(CraftingInventory craftingInventory, World world)Methods inherited from class net.minecraft.recipe.SpecialCraftingRecipe
getId, isIgnoredInRecipeBookMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.recipe.CraftingRecipe
getTypeMethods inherited from interface net.minecraft.recipe.Recipe
getGroup, getPreviewInputs, getRecipeKindIcon, getRemainingStacks, method_31584
-
Field Details
-
TYPE_MODIFIER
-
TRAIL_MODIFIER
-
FLICKER_MODIFIER
-
TYPE_MODIFIER_MAP
-
GUNPOWDER
-
-
Constructor Details
-
FireworkStarRecipe
-
-
Method Details
-
matches
-
craft
-
fits
@Environment(CLIENT) public boolean fits(int width, int height) -
getOutput
- Specified by:
getOutputin interfaceRecipe<CraftingInventory>- Overrides:
getOutputin classSpecialCraftingRecipe
-
getSerializer
-