public class FireworkStarRecipe extends SpecialRecipe
Modifier and Type | Field and Description |
---|---|
private static Ingredient |
INGREDIENT_FLICKER |
private static Ingredient |
INGREDIENT_GUNPOWDER |
private static Ingredient |
INGREDIENT_SHAPE |
private static Ingredient |
INGREDIENT_TRAIL |
private static java.util.Map<Item,FireworkRocketItem.Shape> |
ITEM_SHAPE_MAP |
Constructor and Description |
---|
FireworkStarRecipe(ResourceLocation p_i48166_1_) |
Modifier and Type | Method and Description |
---|---|
boolean |
canFit(int width,
int height) |
ItemStack |
getCraftingResult(CraftingInventory inv) |
ItemStack |
getRecipeOutput() |
IRecipeSerializer<?> |
getSerializer() |
boolean |
matches(CraftingInventory inv,
World worldIn) |
getId, isDynamic
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType
getGroup, getIcon, getIngredients, getRemainingItems
private static final Ingredient INGREDIENT_SHAPE
private static final Ingredient INGREDIENT_FLICKER
private static final Ingredient INGREDIENT_TRAIL
private static final java.util.Map<Item,FireworkRocketItem.Shape> ITEM_SHAPE_MAP
private static final Ingredient INGREDIENT_GUNPOWDER
public FireworkStarRecipe(ResourceLocation p_i48166_1_)
public boolean matches(CraftingInventory inv, World worldIn)
public ItemStack getCraftingResult(CraftingInventory inv)
public boolean canFit(int width, int height)
public ItemStack getRecipeOutput()
getRecipeOutput
in interface IRecipe<CraftingInventory>
getRecipeOutput
in class SpecialRecipe
public IRecipeSerializer<?> getSerializer()