Searched refs:LifetimeComponent (Results 1 - 3 of 3) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DLifetimeComponent.java25 public class LifetimeComponent extends GameComponent { class in inherits:GameComponent
38 public LifetimeComponent() { method in class:LifetimeComponent
H A DGameObjectFactory.java235 new ComponentClass(LifetimeComponent.class, 384),
1256 LifetimeComponent lifetime = (LifetimeComponent)allocateComponent(LifetimeComponent.class);
1434 LifetimeComponent lifetime = (LifetimeComponent)allocateComponent(LifetimeComponent.class);
1648 LifetimeComponent lifetime = (LifetimeComponent)allocateComponent(LifetimeComponent
[all...]
H A DLaunchProjectileComponent.java171 LifetimeComponent projectileLife = object.findByClass(LifetimeComponent.class);

Completed in 91 milliseconds