SerenityJS
    Preparing search index...

    Hierarchy

    • DataType
      • ShapedRecipe
    Index

    Constructors

    Properties

    height: number

    The height of the recipe.

    identifier: string

    The identifier of the recipe.

    ingredients: RecipeIngredient[]

    The ingredients required to craft the recipe. width * height array

    priority: number

    The priority of the recipe

    recipeNetorkId: number

    The network ID of the recipe

    The requirement to unlock the recipe

    The resultants of the recipe

    symmetrical: boolean

    Whether the recipe is symmetrical

    tag: string

    The tag of the recipe.

    uuid: string

    The UUID of the recipe.

    width: number

    The width of the recipe.

    Methods