Home
last modified time | relevance | path

Searched refs:getFuelGroundRefillSpeed (Results 1 – 5 of 5) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DDifficultyConstants.java21 public abstract float getFuelGroundRefillSpeed(); in getFuelGroundRefillSpeed() method in DifficultyConstants
DAdultsDifficultyConstants.java42 public float getFuelGroundRefillSpeed() { in getFuelGroundRefillSpeed() method in AdultsDifficultyConstants
DKidsDifficultyConstants.java42 public float getFuelGroundRefillSpeed() { in getFuelGroundRefillSpeed() method in KidsDifficultyConstants
DBabyDifficultyConstants.java42 public float getFuelGroundRefillSpeed() { in getFuelGroundRefillSpeed() method in BabyDifficultyConstants
DPlayerComponent.java126 mFuel += mDifficultyConstants.getFuelGroundRefillSpeed() * timeDelta; in move()