public interface FallingBlockDamageSource extends EntityDamageSource
Modifier and Type | Method and Description |
---|---|
ImmutableFallingBlockData |
getFallingBlockData()
Gets the
ImmutableFallingBlockData backing the
FallingBlock . |
FallingBlock |
getSource()
Gets the
Entity that is the source. |
getDamageType, isAbsolute, isBypassingArmor, isDifficultyScaled, isExplosion, isMagic
FallingBlock getSource()
EntityDamageSource
Entity
that is the source.getSource
in interface EntityDamageSource
ImmutableFallingBlockData getFallingBlockData()
ImmutableFallingBlockData
backing the
FallingBlock
.