IsModifierApplicableForEntity - yeelp/Distinct-Damage-Descriptions GitHub Wiki
IsModifierApplicableForEntity is a function type used in DDD's ProjectileModifierBuilder. It is a function with the following signature:
boolean handle(IEntity)
It returns true if the modifier applies to the entity (which would be a projectile).