Interface IDamageSource
- All Known Implementing Classes:
DamageSource,DamageSourceMixin,ElementalDamageSource
public interface IDamageSource
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanWhether the DMG text should be displayed or not.default voidsevenelements$shouldDisplayDamage(boolean display) 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.
-