Class GameFragmentArgs
- java.lang.Object
-
- edu.cnm.deepdive.scalescroller.controller.GameFragmentArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GameFragmentArgs.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
static GameFragmentArgs
fromBundle(Bundle bundle)
GameFragment.GameMode
getGameMode()
Mode
getMode()
Note
getTonic()
int
hashCode()
Bundle
toBundle()
String
toString()
-
-
-
Method Detail
-
fromBundle
@NonNull public static GameFragmentArgs fromBundle(@NonNull Bundle bundle)
-
getGameMode
@NonNull public GameFragment.GameMode getGameMode()
-
-