Skip to content

IsModifierApplicableForItemStack

Yeelp edited this page Oct 29, 2024 · 2 revisions

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.

Clone this wiki locally