-
-
Notifications
You must be signed in to change notification settings - Fork 5
IsModifierApplicableForEntity
Yeelp edited this page Oct 29, 2024
·
2 revisions
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).