Class BackpackItem
Implements
Inherited Members
Namespace: Eco.Gameplay.Items.Actionbar
Assembly: Eco.Gameplay.dll
Syntax
public class BackpackItem : ActionbarItem, IItem, ILinkableParameterized<LinkConfig>, ILinkable, IHasIcon, IController, IViewController, IHasUniversalID
Constructors
BackpackItem()
Declaration
public BackpackItem()
Properties
DisplayNamePlural
Declaration
public override LocString DisplayNamePlural { get; }
Property Value
Type | Description |
---|---|
LocString |
Overrides
UIName
Declaration
public override string UIName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Methods
OnLeftClicked(Player, ItemStack)
Declaration
public override void OnLeftClicked(Player player, ItemStack stack)
Parameters
Type | Name | Description |
---|---|---|
Player | player | |
ItemStack | stack |