Table of Contents

Class GrindingProperties

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll
public class GrindingProperties
Inheritance
GrindingProperties
Inherited Members

Fields

GroundStack

If set, the block/item is grindable in a quern and this is the resulting itemstack once the grinding time is over.

public JsonItemStack GroundStack

Field Value

JsonItemStack

usedObsoleteNotation

public bool usedObsoleteNotation

Field Value

bool

Properties

GrindedStack

[Obsolete("Use GroundStack instead")]
public JsonItemStack GrindedStack { get; set; }

Property Value

JsonItemStack

Methods

Clone()

Makes a deep copy of the properties.

public GrindingProperties Clone()

Returns

GrindingProperties