Class BlockItem<T>
Inheritance
System.Object
BlockItem<T>
Implements
Inherited Members
Namespace: Eco.Gameplay.Items
Assembly: Eco.Gameplay.dll
Syntax
public abstract class BlockItem<T> : BlockItem, IItem, ILinkableParameterized<LinkConfig>, ILinkable, IHasIcon, IInteractor, IHasInteractions, IController, IViewController, IHasUniversalID
Type Parameters
Name | Description |
---|---|
T |
Constructors
BlockItem()
Declaration
protected BlockItem()
Properties
BlockTypes
Declaration
public override Type[] BlockTypes { get; }
Property Value
Type | Description |
---|---|
System.Type[] |
Overrides
OriginType
Declaration
public sealed override Type OriginType { get; }
Property Value
Type | Description |
---|---|
System.Type |