Class SmeltingRecipe
- Namespace
- Obsidian.API.Crafting
- Assembly
- Obsidian.API.dll
public sealed class SmeltingRecipe : IRecipeWithResult, IRecipe
- Inheritance
-
SmeltingRecipe
- Implements
-
- Inherited Members
-
Properties
Category
public required CookingBookCategory Category { get; init; }
Property Value
- CookingBookCategory
CookingTime
public required int CookingTime { get; init; }
Property Value
- int
Experience
public required float Experience { get; init; }
Property Value
- float
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