Package etithespirit.orimod.combat
Class ExtendedDamageSource
java.lang.Object
etithespirit.orimod.combat.ExtendedDamageSource
Additional damage sources defined by this mod.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.damagesource.DamageSource
spiritArc
(SpiritArrow arrow, net.minecraft.world.entity.Entity src) Creates a damage source for a Spirit Arc projectile.
-
Field Details
-
DECAY
public static final net.minecraft.world.damagesource.DamageSource DECAYA damage source caused by forces of Decay. -
LIGHT
public static final net.minecraft.world.damagesource.DamageSource LIGHTA 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.
-