Table of Contents

Interface IRecipeOutput

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll
public interface IRecipeOutput : IByteSerializable, ICloneable
Inherited Members
Extension Methods

Properties

ResolvedItemStack

ItemStack? ResolvedItemStack { get; }

Property Value

ItemStack

Methods

FillPlaceHolder(string, string)

void FillPlaceHolder(string key, string value)

Parameters

key string
value string

Resolve(IWorldAccessor, string)

bool Resolve(IWorldAccessor world, string sourceForErrorLogging)

Parameters

world IWorldAccessor
sourceForErrorLogging string

Returns

bool