Class GameFragmentArgs
- java.lang.Object
-
- edu.cnm.deepdive.scalescroller.controller.GameFragmentArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGameFragmentArgs.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)static GameFragmentArgsfromBundle(Bundle bundle)GameFragment.GameModegetGameMode()ModegetMode()NotegetTonic()inthashCode()BundletoBundle()StringtoString()
-
-
-
Method Detail
-
fromBundle
@NonNull public static GameFragmentArgs fromBundle(@NonNull Bundle bundle)
-
getGameMode
@NonNull public GameFragment.GameMode getGameMode()
-
-