public interface IndirectEntityHealingSource extends EntityHealingSource
Modifier and Type | Interface and Description |
---|---|
static interface |
IndirectEntityHealingSource.Builder |
static interface |
IndirectEntityHealingSource.IndirectEntityHealingSourceBuilder<T extends IndirectEntityHealingSource,B extends IndirectEntityHealingSource.IndirectEntityHealingSourceBuilder<T,B>> |
EntityHealingSource.EntityHealingSourceBuilder<T extends EntityHealingSource,B extends EntityHealingSource.EntityHealingSourceBuilder<T,B>>
HealingSource.HealingSourceBuilder<T extends HealingSource,B extends HealingSource.HealingSourceBuilder<T,B>>
Modifier and Type | Method and Description |
---|---|
static IndirectEntityHealingSource.Builder |
builder()
Creates a new
IndirectEntityHealingSource.Builder for constructing an IndirectEntityHealingSource . |
Entity |
getIndirectSource()
Gets the
Entity indirect source of healing. |
getSource
getHealingType, isDifficultyScaled, isMagic
static IndirectEntityHealingSource.Builder builder()
IndirectEntityHealingSource.Builder
for constructing an IndirectEntityHealingSource
.builder
in interface EntityHealingSource
builder
in interface HealingSource