Show / Hide Table of Contents

Class BiomeDestructible

This block type may be destructed by Biome block. If no DestructedBy blocks specified then may be destructed by any biome block.

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