Enum EnumBlockMaterial
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
Materials of which a block may be made of. Currently only used for mining speed for tools and blast resistance.
public enum EnumBlockMaterial
Fields
Air = 0
Soil = 1
Gravel = 2
Sand = 3
Wood = 4
Leaves = 5
Stone = 6
Ore = 7
Liquid = 8
Snow = 9
Ice = 10
Metal = 11
Mantle = 12
Plant = 13
Glass = 14
Ceramic = 15
Cloth = 16
Lava = 17
Brick = 18
Fire = 19
Meta = 20
Other = 21