Interface IDamageSource


public interface IDamageSource
  • Method Details

    • getType

      java.lang.String getType()
    • isUnblockable

      boolean isUnblockable()
    • isProjectile

      boolean isProjectile()
    • getTrueSource

      IEntity getTrueSource()
    • getImmediateSource

      IEntity getImmediateSource()
    • getMCDamageSource

      net.minecraft.util.DamageSource getMCDamageSource()