Class LawsetItem
Implements
Inherited Members
Namespace: Eco.Gameplay.Items.Actionbar
Assembly: Eco.Gameplay.dll
Syntax
public class LawsetItem : ActionbarItem, IItem, ILinkableParameterized<LinkConfig>, ILinkable, IHasIcon, IController, IViewController, IHasUniversalID, INotifiableItem
Constructors
LawsetItem()
Declaration
public LawsetItem()
Fields
notifications
Declaration
protected int notifications
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Properties
Notifications
Declaration
public int Notifications { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
OnLeftClicked(Player, ItemStack)
Declaration
public override void OnLeftClicked(Player player, ItemStack stack)
Parameters
| Type | Name | Description |
|---|---|---|
| Player | player | |
| ItemStack | stack |