Class MainScreenFragmentDirections
- java.lang.Object
-
- edu.cnm.deepdive.cardcombat.controller.MainScreenFragmentDirections
-
public class MainScreenFragmentDirections extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static NavDirections
actionMainScreenFragmentToBattleOptionsFragment()
static NavDirections
actionMainScreenFragmentToDeckEditorFragment()
static NavDirections
actionMainScreenFragmentToQrCodeFragment()
-
-
-
Method Detail
-
actionMainScreenFragmentToBattleOptionsFragment
@NonNull public static NavDirections actionMainScreenFragmentToBattleOptionsFragment()
-
actionMainScreenFragmentToDeckEditorFragment
@NonNull public static NavDirections actionMainScreenFragmentToDeckEditorFragment()
-
actionMainScreenFragmentToQrCodeFragment
@NonNull public static NavDirections actionMainScreenFragmentToQrCodeFragment()
-
-