Class GameFragmentDirections.OpenEndLevelDialog
- java.lang.Object
-
- edu.cnm.deepdive.scalescroller.controller.GameFragmentDirections.OpenEndLevelDialog
-
- All Implemented Interfaces:
NavDirections
- Enclosing class:
- GameFragmentDirections
public static class GameFragmentDirections.OpenEndLevelDialog extends Object implements NavDirections
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
int
getActionId()
Bundle
getArguments()
String
getGameMode()
boolean
getGameWon()
int
getScore()
int
hashCode()
GameFragmentDirections.OpenEndLevelDialog
setGameMode(String gameMode)
GameFragmentDirections.OpenEndLevelDialog
setGameWon(boolean gameWon)
GameFragmentDirections.OpenEndLevelDialog
setScore(int score)
String
toString()
-
-
-
Method Detail
-
setGameMode
@NonNull public GameFragmentDirections.OpenEndLevelDialog setGameMode(@NonNull String gameMode)
-
setGameWon
@NonNull public GameFragmentDirections.OpenEndLevelDialog setGameWon(boolean gameWon)
-
setScore
@NonNull public GameFragmentDirections.OpenEndLevelDialog setScore(int score)
-
getArguments
@NonNull public Bundle getArguments()
- Specified by:
getArguments
in interfaceNavDirections
-
getActionId
public int getActionId()
- Specified by:
getActionId
in interfaceNavDirections
-
getGameWon
public boolean getGameWon()
-
getScore
public int getScore()
-
-