public class FireworkStarRecipe extends IRecipeHidden
Constructor and Description |
---|
FireworkStarRecipe(ResourceLocation p_i48166_1_) |
Modifier and Type | Method and Description |
---|---|
boolean |
canFit(int width,
int height) |
ItemStack |
getCraftingResult(IInventory inv) |
ItemStack |
getRecipeOutput() |
IRecipeSerializer<?> |
getSerializer() |
boolean |
matches(IInventory inv,
World worldIn) |
getId, isDynamic
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getGroup, getIngredients, getRemainingItems
getType
public FireworkStarRecipe(ResourceLocation p_i48166_1_)
public boolean matches(IInventory inv, World worldIn)
public ItemStack getCraftingResult(IInventory inv)
public boolean canFit(int width, int height)
public ItemStack getRecipeOutput()
getRecipeOutput
in interface IRecipe
getRecipeOutput
in class IRecipeHidden
public IRecipeSerializer<?> getSerializer()