Class GameFragmentDirections
- java.lang.Object
-
- edu.cnm.deepdive.scalescroller.controller.GameFragmentDirections
-
public class GameFragmentDirections extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GameFragmentDirections.OpenEndLevelDialog
static class
GameFragmentDirections.OpenScaleDialog
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GameFragmentDirections.OpenEndLevelDialog
openEndLevelDialog(String gameMode, boolean gameWon, int score)
static NavDirections
openPauseDialog()
static GameFragmentDirections.OpenScaleDialog
openScaleDialog(String tonic, String mode, String notes)
static NavDirections
openTitle()
-
-
-
Method Detail
-
openTitle
@NonNull public static NavDirections openTitle()
-
openScaleDialog
@NonNull public static GameFragmentDirections.OpenScaleDialog openScaleDialog(@NonNull String tonic, @NonNull String mode, @NonNull String notes)
-
openEndLevelDialog
@NonNull public static GameFragmentDirections.OpenEndLevelDialog openEndLevelDialog(@NonNull String gameMode, boolean gameWon, int score)
-
openPauseDialog
@NonNull public static NavDirections openPauseDialog()
-
-