Table of Contents

Class CuttingRecipe

Namespace
Obsidian.API.Crafting
Assembly
Obsidian.API.dll
public sealed class CuttingRecipe : IRecipeWithResult, IRecipe
Inheritance
CuttingRecipe
Implements
Inherited Members

Properties

Count

public required int Count { get; init; }

Property Value

int

Group

public string? Group { get; init; }

Property Value

string

Identifier

public required string Identifier { get; init; }

Property Value

string

Ingredient

public required Ingredient Ingredient { get; init; }

Property Value

Ingredient

Result

public required Ingredient Result { get; init; }

Property Value

Ingredient

Type

public required CraftingType Type { get; init; }

Property Value

CraftingType