Interface IDamageSource


public interface IDamageSource
  • Method Details

    • getType

      String getType()
    • isUnblockable

      boolean isUnblockable()
    • isProjectile

      boolean isProjectile()
    • getTrueSource

      IEntity getTrueSource()
    • getImmediateSource

      IEntity getImmediateSource()
    • getMCDamageSource

      net.minecraft.world.damagesource.DamageSource getMCDamageSource()