Table of Contents

Interface ReceivedHealContext.HealInfoTarget

Namespace
ElectricDrill.AstraHealth.Heal
Assembly
com.electricdrill.astra-health.Runtime.dll

Builder step: provide the target entity and finalize options.

public interface ReceivedHealContext.HealInfoTarget

Methods

WithTarget(EntityCore)

Final mandatory step: specify the target, which returns the concrete builder for optional fields. The healer (WithHealer(EntityCore)) is optional and can be omitted for system heals.

ReceivedHealContext.ReceivedHealInfoStepBuilder WithTarget(EntityCore target)

Parameters

target EntityCore

Returns

ReceivedHealContext.ReceivedHealInfoStepBuilder