Uses of Class
org.starhope.appius.game.npc.Ejecta

Packages that use Ejecta
org.starhope.appius.game.npc   
 

Uses of Ejecta in org.starhope.appius.game.npc
 

Subclasses of Ejecta in org.starhope.appius.game.npc
 class Particle
          WRITEME: Document this type.
 class Projectile
          WRITEME: Document this type.
 

Fields in org.starhope.appius.game.npc with type parameters of type Ejecta
private static List<Ejecta> EjectaManager.ejecta
          WRITEME: Document this brpocock@star-hope.org
 

Methods in org.starhope.appius.game.npc with parameters of type Ejecta
static void EjectaManager.add(Ejecta o)
          WRITEME: Document this method brpocock@star-hope.org
static void EjectaManager.remove(Ejecta o)
          WRITEME: Document this method brpocock@star-hope.org