Home
last modified time | relevance | path

Searched refs:PlayerComponent (Results 1 – 4 of 4) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DGhostComponent.java178 PlayerComponent control = player.findByClass(PlayerComponent.class); in releaseControl()
DAnimationComponent.java52 private PlayerComponent mPlayer;
357 public void setPlayer(PlayerComponent player) { in setPlayer()
DPlayerComponent.java22 public class PlayerComponent extends GameComponent { class
90 public PlayerComponent() { in PlayerComponent() method in PlayerComponent
DGameObjectFactory.java243 new ComponentClass(PlayerComponent.class, 1), in GameObjectFactory()
874 PlayerComponent player = (PlayerComponent)allocateComponent(PlayerComponent.class);
949 object.life = PlayerComponent.getDifficultyConstants().getMaxPlayerLife();
1092 final float glowDuration = PlayerComponent.getDifficultyConstants().getGlowDuration();