SerenityJS
    Preparing search index...

    Hierarchy

    • DataType
      • RecipeIngredient
    Index

    Constructors

    • Constructor for the RecipeIngredient class

      Parameters

      • type: InternalType

        The type of the ingredient.

      • default_: null | RecipeIngredientDefault

        If the ingredient is a default item, this is the item's network ID and metadata.

      • molang: null | RecipeIngredientMolang

        If the ingredient is a molang item, this is the molang string and version

      • itemTag: null | RecipeIngredientItemTag

        If the ingredient is an item tag, this is the tag.

      • deferred: null | RecipeIngredientDeferred

        If the ingredient is a deferred item, this is the name and metadata.

      • complexAlias: null | RecipeIngredientComplexAlias

        If the ingredient is a complex alias, this is the name

      • stackSize: number

        The stack size of the ingredient

      Returns RecipeIngredient

    Properties

    complexAlias: null | RecipeIngredientComplexAlias

    If the ingredient is a complex alias, this is the name

    default: null | RecipeIngredientDefault

    If the ingredient is a default item, this is the item's network ID and metadata.

    deferred: null | RecipeIngredientDeferred

    If the ingredient is a deferred item, this is the name and metadata.

    itemTag: null | RecipeIngredientItemTag

    If the ingredient is an item tag, this is the tag.

    molang: null | RecipeIngredientMolang

    If the ingredient is a molang item, this is the molang string and version

    stackSize: number

    The stack size of the ingredient

    The type of the ingredient.

    Methods