public interface ImmutableHealingSourceData extends ImmutableDataManipulator<ImmutableHealingSourceData,HealingSourceData>
ImmutableDataManipulator
representing the current Entity
acting as a "healing source" for another Entity
. Usually this is
used for EnderDragon
s and EnderCrystal
s.Modifier and Type | Method and Description |
---|---|
ImmutableValue<Entity> |
healingSource()
Gets the
ImmutableValue for the current healing source. |
asMutable, copy, with, with
compareTo
toContainer
ImmutableValue<Entity> healingSource()
ImmutableValue
for the current healing source.