Package pajammin :: Package entity :: Module projectile
[show private | hide private]
[frames | no frames]

Module pajammin.entity.projectile

Entities that represent 'projectiles,' such as fireballs or bullets. Projectiles follow a fixed parabolic trajectory until they hit another entity; if the entity they hit is an agent, then they affect that agent (typically by hurting it).
Classes
Fireball  
Projectile An object that follows a fixed parabolic trajectory until it hits another entity; if the entity it hits is an agent, then it affects that agent (typically by hurting it).
Spark  
Star  
Web  
WebEffect