Table of Contents

Interface PreHealContext.HealInfoTarget

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

Builder step interface for specifying the target entity.

public interface PreHealContext.HealInfoTarget

Methods

WithTarget(EntityCore)

Specify the target entity and return the concrete builder. The healer (WithPerformer(EntityCore)) is optional and can be omitted when no specific entity performed the heal (e.g. system-initiated regeneration).

PreHealContext.PreHealInfoStepBuilder WithTarget(EntityCore target)

Parameters

target EntityCore

Returns

PreHealContext.PreHealInfoStepBuilder