Interface IDamageSource

All Known Implementing Classes:
DamageSource, DamageSourceMixin, ElementalDamageSource

public interface IDamageSource
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Whether the DMG text should be displayed or not.
    default void
    Sets whether the DMG text should be displayed or not.
  • Method Details

    • sevenelements$shouldDisplayDamage

      default void sevenelements$shouldDisplayDamage(boolean display)
      Sets whether the DMG text should be displayed or not.
      Parameters:
      display - Whether the DMG text should be displayed or not.
    • sevenelements$displayDamage

      default boolean sevenelements$displayDamage()
      Whether the DMG text should be displayed or not.