Uses of Class
com.bombinggames.wurfelengine.core.AbstractMainMenu
-
Packages that use AbstractMainMenu Package Description com.bombinggames.wurfelengine com.bombinggames.wurfelengine.extension.basicmainmenu This package provides a basic main menu to start a game instance. -
-
Uses of AbstractMainMenu in com.bombinggames.wurfelengine
Methods in com.bombinggames.wurfelengine with parameters of type AbstractMainMenu Modifier and Type Method Description static void
WE. setMainMenu(AbstractMainMenu mainMenu)
Pass the mainMenu which gets displayed when you call launch(). -
Uses of AbstractMainMenu in com.bombinggames.wurfelengine.extension.basicmainmenu
Subclasses of AbstractMainMenu in com.bombinggames.wurfelengine.extension.basicmainmenu Modifier and Type Class Description class
BasicMainMenu
This class provides a simple basic main menu if you don't want to set up your own and just want to test your game controllers.
-