SerenityJS
    Preparing search index...

    Class ShapelessCraftingRecipe

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    identifier: string
    ingredients: CraftingRecipeIngredient[] = []

    The ingredients required to craft the recipe.

    priority: number = 0

    The priority of the recipe.

    recipeNetworkId: number = ++Recipe.recipeNetworkId
    resultants: (ItemStack | ItemType)[] = []

    The resulting items of the recipe.

    tags: string[] = []
    uuid: string
    recipeNetworkId: number = 0
    recipes: Map<string, Recipe> = ...

    Methods