Show / Hide Table of Contents

Class Minable

Attribute used to mark a block as capable of being mined with a pickaxe.

Inheritance
System.Object
BlockAttribute
Minable
Inherited Members
BlockAttribute.Unset
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
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾