Package net.minecraft.item.crafting
Class FireworkStarRecipe
java.lang.Object
net.minecraft.item.crafting.SpecialRecipe
net.minecraft.item.crafting.FireworkStarRecipe
- All Implemented Interfaces:
ICraftingRecipe,IRecipe<CraftingInventory>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Ingredientprivate static final Ingredientprivate static final Map<Item,FireworkRocketItem.Shape> private static final Ingredientprivate static final Ingredient -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassemble(CraftingInventory p_77572_1_) booleancanCraftInDimensions(int p_194133_1_, int p_194133_2_) booleanmatches(CraftingInventory p_77569_1_, World p_77569_2_) Methods inherited from class net.minecraft.item.crafting.SpecialRecipe
getId, isSpecialMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.item.crafting.ICraftingRecipe
getTypeMethods inherited from interface net.minecraft.item.crafting.IRecipe
getGroup, getIngredients, getRemainingItems, getToastSymbol
-
Field Details
-
SHAPE_INGREDIENT
-
TRAIL_INGREDIENT
-
FLICKER_INGREDIENT
-
SHAPE_BY_ITEM
-
GUNPOWDER_INGREDIENT
-
-
Constructor Details
-
FireworkStarRecipe
-
-
Method Details
-
matches
-
assemble
-
canCraftInDimensions
public boolean canCraftInDimensions(int p_194133_1_, int p_194133_2_) -
getResultItem
- Specified by:
getResultItemin interfaceIRecipe<CraftingInventory>- Overrides:
getResultItemin classSpecialRecipe
-
getSerializer
-