public interface EntityHealingSource extends HealingSource
Modifier and Type | Interface and Description |
---|---|
static interface |
EntityHealingSource.Builder |
static interface |
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 EntityHealingSource.Builder |
builder()
Gets a new builder to build a new
EntityHealingSource . |
Entity |
getSource()
Gets the source entity acting as the healing source.
|
getHealingType, isDifficultyScaled, isMagic
static EntityHealingSource.Builder builder()
EntityHealingSource
.builder
in interface HealingSource
Entity getSource()