IsModifierApplicableForItemStack - yeelp/Distinct-Damage-Descriptions GitHub Wiki
IsModifierApplicableForItemStack is a function type used in DDD's ItemModifierBuilder. It is a function with the following signature:
boolean handle(IItemStack)
It returns true if the modifier applies to the item stack.