Class Minable
Attribute used to mark a block as capable of being mined with a pickaxe.
Inherited Members
Namespace: Eco.World.Blocks
Assembly: Eco.World.dll
Syntax
public sealed class Minable : BlockAttribute
Constructors
Minable(Int32)
Declaration
public Minable(int hardness)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | hardness |
Properties
Hardness
Represnets the Min tier of pickaxe that can be used to mine this.
Declaration
public int Hardness { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |