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
P
- padding - Variable in class com.dragonboatrace.screens.HelpScreen
-
Padding around the help image.
- parameter - Variable in class com.dragonboatrace.entities.boats.Boat
-
Parameter for FreeType Font.
- pause() - Method in class com.dragonboatrace.screens.BoatSelectScreen
- pause() - Method in class com.dragonboatrace.screens.DifficultySelectScreen
- pause() - Method in class com.dragonboatrace.screens.FinalScreen
- pause() - Method in class com.dragonboatrace.screens.GameOverScreen
- pause() - Method in class com.dragonboatrace.screens.HelpScreen
- pause() - Method in class com.dragonboatrace.screens.MainGameScreen
- pause() - Method in class com.dragonboatrace.screens.MainMenuScreen
- pause() - Method in class com.dragonboatrace.screens.PauseScreen
- pause() - Method in class com.dragonboatrace.screens.PopupScreen
- pause() - Method in class com.dragonboatrace.screens.RoundsScreen
- pause(String) - Static method in class com.dragonboatrace.tools.ButtonFactory
-
Creates the buttons on the PauseScreen.
- pauseButtonCount - Static variable in class com.dragonboatrace.tools.ButtonFactory
-
Static variable used to keep track of how many times the pause method is called
- PAUSED - Static variable in class com.dragonboatrace.screens.MainGameScreen.State
- pauseScreen - Variable in class com.dragonboatrace.screens.MainGameScreen
-
The screen the user sees when the game is paused
- PauseScreen - Class in com.dragonboatrace.screens
- PauseScreen(MainGameScreen, DragonBoatRace) - Constructor for class com.dragonboatrace.screens.PauseScreen
-
Instance of the pause screen
- penaltyTime - Variable in class com.dragonboatrace.entities.boats.Boat
-
Total time penalties the boat got.
- pickSpeed(int) - Method in class com.dragonboatrace.entities.boats.ComputerBoat
-
Pick a random speed so that the computer boat is likely to finish in the position specified.
- player - Variable in class com.dragonboatrace.tools.Race
-
The players boat.
- PLAYER_COUNT - Static variable in class com.dragonboatrace.tools.Settings
-
The number of boats in the game, including the player itself.
- playerBoat - Variable in class com.dragonboatrace.screens.FinalScreen
-
The players boat to be carried through the rounds.
- playerBoat - Variable in class com.dragonboatrace.screens.RoundsScreen
-
The instance of the players boat to bring through each round.
- PlayerBoat - Class in com.dragonboatrace.entities.boats
-
Represents a specific Player controlled Boat.
- PlayerBoat(BoatType, Lane, String) - Constructor for class com.dragonboatrace.entities.boats.PlayerBoat
-
Creates a player boat with values from boat, in Lane lane, and an identifying name.
- playerTotalTime - Variable in class com.dragonboatrace.DragonBoatRace
-
The players total time.
- populateList(int) - Method in class com.dragonboatrace.tools.Lane
-
Fill the list with collidables that will start at random times.
- PopupScreen - Class in com.dragonboatrace.screens
- PopupScreen(String, Screen, DragonBoatRace) - Constructor for class com.dragonboatrace.screens.PopupScreen
-
Instantiates the screen
- position - Variable in class com.dragonboatrace.entities.Entity
-
The position of the entity.
- POWERUPS_START_AT_INDEX - Static variable in class com.dragonboatrace.tools.CollidableStats
-
Which Collidable is teh first powerup.
- prefs - Static variable in class com.dragonboatrace.tools.Prefs
-
The instance of Preferences used to save all data
- Prefs - Class in com.dragonboatrace.tools
- Prefs() - Constructor for class com.dragonboatrace.tools.Prefs
- Prefs.Restore - Class in com.dragonboatrace.tools
-
Static class sued to load data.
- Prefs.Save - Class in com.dragonboatrace.tools
-
Static class used to save data
- Prefs.SaveDoesNotExist - Exception in com.dragonboatrace.tools
-
Exception thrown if a save file does nto exist
- previousScreen - Variable in class com.dragonboatrace.screens.PauseScreen
-
The screen which lead to this one.
- previousScreen - Variable in class com.dragonboatrace.screens.PopupScreen
-
Screen which lead to this one
- putArray(String, Float[]) - Static method in class com.dragonboatrace.tools.Prefs.Save
-
Store an array of Float.
- putBoatType(String, BoatType) - Static method in class com.dragonboatrace.tools.Prefs.Save
-
Store BoatType.
- putFloat(String, float) - Static method in class com.dragonboatrace.tools.Prefs.Save
-
Store a float
- putInteger(String, int) - Static method in class com.dragonboatrace.tools.Prefs.Save
-
Store an int
- putVector2(String, Vector2) - Static method in class com.dragonboatrace.tools.Prefs.Save
-
Store a Vector2.
All Classes All Packages