Class BiomeDestructible
This block type may be destructed by Biome block. If no DestructedBy blocks specified then may be destructed by any biome block.
Inherited Members
Namespace: Eco.World.Blocks
Assembly: Eco.World.dll
Syntax
public sealed class BiomeDestructible : BlockAttribute
Constructors
BiomeDestructible(Type[])
Declaration
public BiomeDestructible(params Type[] destructedBy)
Parameters
Type | Name | Description |
---|---|---|
System.Type[] | destructedBy |
Properties
DestructedBy
Block types by which this block may be destructed.
Declaration
public Type[] DestructedBy { get; }
Property Value
Type | Description |
---|---|
System.Type[] |