Class BlockItemInfo
Block information about block item passed to client.
Inheritance
System.Object
BlockItemInfo
Assembly: Eco.Gameplay.dll
Syntax
public class BlockItemInfo : ItemInfo, IController, IViewController, IHasUniversalID
Constructors
BlockItemInfo()
Declaration
Properties
Declaration
public bool HasForms { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PlaceBlockIDs
Declaration
public ushort[] PlaceBlockIDs { get; set; }
Property Value
Type |
Description |
System.UInt16[] |
|
Implements
Extension Methods