-
-
Notifications
You must be signed in to change notification settings - Fork 5
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.