Class BuilderInventory
Inherited Members
Namespace: Eco.Gameplay.Items
Assembly: Eco.Gameplay.dll
Syntax
public class BuilderInventory : LimitedInventory, IController, IViewController, IHasUniversalID
Constructors
BuilderInventory()
Declaration
protected BuilderInventory()
BuilderInventory(Int32)
Declaration
public BuilderInventory(int numStacks)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | numStacks |
Properties
SelectedForm
Declaration
public BlockForm SelectedForm { get; }
Property Value
| Type | Description |
|---|---|
| BlockForm |
Methods
SetSelectedFormServer(Player, BlockForm)
Declaration
public void SetSelectedFormServer(Player player, BlockForm form)
Parameters
| Type | Name | Description |
|---|---|---|
| Player | player | |
| BlockForm | form |