public interface ProjectileDamageSource extends EntityDamageSource
Modifier and Type | Method and Description |
---|---|
ProjectileSource |
getShooter()
Gets the
ProjectileSource that launched the Projectile . |
Projectile |
getSource()
Gets the
Entity that is the source. |
getDamageType, isAbsolute, isBypassingArmor, isDifficultyScaled, isExplosion, isMagic, isStarvationBased
Projectile getSource()
EntityDamageSource
Entity
that is the source.getSource
in interface EntityDamageSource
ProjectileSource getShooter()
ProjectileSource
that launched the Projectile
.