Class InteractablePlantBlock
Inheritance
System.Object
InteractablePlantBlock
Assembly: Eco.Gameplay.dll
Syntax
public abstract class InteractablePlantBlock : PlantBlock, ITickableBlock, IExtraBlockData, IDestroyAwareBlock, IPickupable
Constructors
InteractablePlantBlock()
Declaration
protected InteractablePlantBlock()
Methods
Pickup(Player, InteractionTarget, Inventory, INetObject)
Declaration
public Task<bool> Pickup(Player player, InteractionTarget target, Inventory targetInv, INetObject toolUsed)
Parameters
Returns
Type |
Description |
System.Threading.Tasks.Task<System.Boolean> |
|
Implements
Extension Methods