Class ExtendedDamageSource

java.lang.Object
etithespirit.orimod.combat.ExtendedDamageSource

public final class ExtendedDamageSource extends Object
Additional damage sources defined by this mod.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.world.damagesource.DamageSource
    A damage source caused by forces of Decay.
    static final net.minecraft.world.damagesource.DamageSource
    A damage source caused by forces of Light.
  • Method Summary

    Modifier and Type
    Method
    Description
    static net.minecraft.world.damagesource.DamageSource
    spiritArc(SpiritArrow arrow, net.minecraft.world.entity.Entity src)
    Creates a damage source for a Spirit Arc projectile.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • DECAY

      public static final net.minecraft.world.damagesource.DamageSource DECAY
      A damage source caused by forces of Decay.
    • LIGHT

      public static final net.minecraft.world.damagesource.DamageSource LIGHT
      A damage source caused by forces of Light.
  • Method Details

    • spiritArc

      public static net.minecraft.world.damagesource.DamageSource spiritArc(SpiritArrow arrow, net.minecraft.world.entity.Entity src)
      Creates a damage source for a Spirit Arc projectile.