IsModifierApplicableForEntityLivingBase - yeelp/Distinct-Damage-Descriptions GitHub Wiki

IsModifierApplicableForEntityLivingBase is a function type used in DDD's MobDamageModifierBuilder and ResistancesModifierBuilder. It is a function with the following signature:

boolean handle(IEntityLivingBase)

It returns true if the modifier applies to the mob.