Skip to content

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).

Clone this wiki locally