Class TitleFragmentDirections.OpenChallengeModeGame
- java.lang.Object
-
- edu.cnm.deepdive.scalescroller.controller.TitleFragmentDirections.OpenChallengeModeGame
-
- All Implemented Interfaces:
NavDirections
- Enclosing class:
- TitleFragmentDirections
public static class TitleFragmentDirections.OpenChallengeModeGame 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()
GameFragment.GameMode
getGameMode()
Mode
getMode()
Note
getTonic()
int
hashCode()
TitleFragmentDirections.OpenChallengeModeGame
setGameMode(GameFragment.GameMode gameMode)
TitleFragmentDirections.OpenChallengeModeGame
setMode(Mode mode)
TitleFragmentDirections.OpenChallengeModeGame
setTonic(Note tonic)
String
toString()
-
-
-
Method Detail
-
setGameMode
@NonNull public TitleFragmentDirections.OpenChallengeModeGame setGameMode(@NonNull GameFragment.GameMode gameMode)
-
setTonic
@NonNull public TitleFragmentDirections.OpenChallengeModeGame setTonic(@NonNull Note tonic)
-
setMode
@NonNull public TitleFragmentDirections.OpenChallengeModeGame setMode(@NonNull Mode mode)
-
getArguments
@NonNull public Bundle getArguments()
- Specified by:
getArguments
in interfaceNavDirections
-
getActionId
public int getActionId()
- Specified by:
getActionId
in interfaceNavDirections
-
getGameMode
@NonNull public GameFragment.GameMode getGameMode()
-
-