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 classGameFragmentDirections.OpenEndLevelDialogstatic classGameFragmentDirections.OpenScaleDialog
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GameFragmentDirections.OpenEndLevelDialogopenEndLevelDialog(String gameMode, boolean gameWon, int score)static NavDirectionsopenPauseDialog()static GameFragmentDirections.OpenScaleDialogopenScaleDialog(String tonic, String mode, String notes)static NavDirectionsopenTitle()
-
-
-
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()
-
-