A B C D E F G H I J L M N O P R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
U
- up - Variable in class com.dragonboatrace.entities.boats.ComputerBoat
-
The texture for the up indicator when the Computer is off the screen but above.
- update(float) - Method in class com.dragonboatrace.entities.boats.Boat
-
Update the position of the boat in relation to the amount of time passed.
- update(float) - Method in class com.dragonboatrace.entities.boats.ComputerBoat
-
Update the position of the boat in respect to the time passed since the last frame.
- update(float) - Method in class com.dragonboatrace.entities.boats.PlayerBoat
-
Update the boats position in respects to the time passed since the last frame.
- update(float) - Method in class com.dragonboatrace.tools.ScrollingBackground
-
Scroll the background according the distance travelled by the player.
- update(float, float) - Method in class com.dragonboatrace.entities.Collidable
-
Update the collidable's position relative to the time passed since last frame and the velocity of the boat in that lane.
- update(float, float) - Method in class com.dragonboatrace.tools.Lane
-
Update the collidables in the lane, remove any that are no longer on screen and replace them at a random time.
- update(float, float, float, float) - Method in class com.dragonboatrace.entities.FinishLine
-
Update the position of the finish line so that it moves towards the player.
- update(float, DragonBoatRace) - Method in class com.dragonboatrace.tools.Race
-
Update the race in respects to the amount of time passed since the last frame.
- updateYPosition(float, float) - Method in class com.dragonboatrace.entities.boats.ComputerBoat
-
Update the vertical position of the boat according to its distance travelled versus the distance travelled by the player.
- updateYPosition(int, int) - Method in class com.dragonboatrace.entities.boats.Boat
-
Update the vertical position of the boat onscreen.
- updateYPosition(int, int) - Method in class com.dragonboatrace.entities.boats.PlayerBoat
-
Update the vertical position of the boat on-screen.
- upRound() - Method in class com.dragonboatrace.DragonBoatRace
- useStamina() - Method in class com.dragonboatrace.entities.boats.Boat
-
Get the amount of stamina to use for the current amount of stamina.
All Classes All Packages