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 booleanequals(Object object)intgetActionId()BundlegetArguments()StringgetGameMode()booleangetGameWon()intgetScore()inthashCode()GameFragmentDirections.OpenEndLevelDialogsetGameMode(String gameMode)GameFragmentDirections.OpenEndLevelDialogsetGameWon(boolean gameWon)GameFragmentDirections.OpenEndLevelDialogsetScore(int score)StringtoString()
-
-
-
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:
getArgumentsin interfaceNavDirections
-
getActionId
public int getActionId()
- Specified by:
getActionIdin interfaceNavDirections
-
getGameWon
public boolean getGameWon()
-
getScore
public int getScore()
-
-