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
Methods
FillPlaceHolder(string, string)
void FillPlaceHolder(string key, string value)
Parameters
Resolve(IWorldAccessor, string)
bool Resolve(IWorldAccessor world, string sourceForErrorLogging)
Parameters
worldIWorldAccessorsourceForErrorLoggingstring