Class FireworkStarFadeRecipe

java.lang.Object
net.minecraft.world.item.crafting.CustomRecipe
net.minecraft.world.item.crafting.FireworkStarFadeRecipe
All Implemented Interfaces:
CraftingRecipe, Recipe<CraftingInput>

public class FireworkStarFadeRecipe extends CustomRecipe
  • Field Details

    • STAR_INGREDIENT

      private static final Ingredient STAR_INGREDIENT
  • Constructor Details

  • Method Details

    • matches

      public boolean matches(CraftingInput pInput, Level pLevel)
    • assemble

      public ItemStack assemble(CraftingInput pInput, HolderLookup.Provider pRegistries)
    • canCraftInDimensions

      public boolean canCraftInDimensions(int pWidth, int pHeight)
      Used to determine if this recipe can fit in a grid of the given width/height
    • getSerializer

      public RecipeSerializer<?> getSerializer()