Table of Contents

Class CrushingProperties

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

Fields

CrushedStack

If set, the block/item is crusable in a pulverizer and this is the resulting itemstack once the crushing time is over.

public JsonItemStack CrushedStack

Field Value

JsonItemStack

HardnessTier

0 = stone, 1 = copper, 2 = bronze, 3 = iron, 4 = steel

public int HardnessTier

Field Value

int

Quantity

public NatFloat Quantity

Field Value

NatFloat

Methods

Clone()

Makes a deep copy of the properties.

public CrushingProperties Clone()

Returns

CrushingProperties