public class FireworkStarFadeRecipe extends SpecialRecipe
Modifier and Type | Field and Description |
---|---|
private static Ingredient |
INGREDIENT_FIREWORK_STAR |
Constructor and Description |
---|
FireworkStarFadeRecipe(ResourceLocation idIn) |
Modifier and Type | Method and Description |
---|---|
boolean |
canFit(int width,
int height) |
ItemStack |
getCraftingResult(CraftingInventory inv) |
IRecipeSerializer<?> |
getSerializer() |
boolean |
matches(CraftingInventory inv,
World worldIn) |
getId, getRecipeOutput, isDynamic
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getType
getGroup, getIcon, getIngredients, getRemainingItems
private static final Ingredient INGREDIENT_FIREWORK_STAR
public FireworkStarFadeRecipe(ResourceLocation idIn)
public boolean matches(CraftingInventory inv, World worldIn)
public ItemStack getCraftingResult(CraftingInventory inv)
public boolean canFit(int width, int height)
public IRecipeSerializer<?> getSerializer()