Class FertilizerItem
Implements
Inherited Members
Namespace: Eco.Gameplay.Items
Assembly: Eco.Gameplay.dll
Syntax
[MaxStackSize(50)]
public abstract class FertilizerItem : Item, IItem, ILinkableParameterized<LinkConfig>, ILinkable, IHasIcon, IInteractor, IHasInteractions, IController, IViewController, IHasUniversalID
Constructors
FertilizerItem()
Declaration
protected FertilizerItem()
Properties
Nutrients
Declaration
public abstract FertilizerNutrients Nutrients { get; }
Property Value
Type | Description |
---|---|
FertilizerNutrients |
Methods
ApplyFertilizer(Player, InteractionTriggerInfo, InteractionTarget)
Declaration
[Interaction]
public bool ApplyFertilizer(Player player, InteractionTriggerInfo triggerInfo, InteractionTarget target)
Parameters
Type | Name | Description |
---|---|---|
Player | player | |
InteractionTriggerInfo | triggerInfo | |
InteractionTarget | target |
Returns
Type | Description |
---|---|
System.Boolean |