doesBounce

public abstract boolean doesBounce()

Determine if this projectile should bounce or not when it hits.

If getClassById small fireball does not bounce it will set the target on fire.

Return

true if it should bounce.