Uses of Class
com.bombinggames.wurfelengine.core.Controller
-
Packages that use Controller Package Description com.bombinggames.wurfelengine com.bombinggames.wurfelengine.core com.bombinggames.wurfelengine.extension.basicmainmenu This package provides a basic main menu to start a game instance.com.bombinggames.wurfelengine.mapeditor -
-
Uses of Controller in com.bombinggames.wurfelengine
Methods in com.bombinggames.wurfelengine with parameters of type Controller Modifier and Type Method Description static void
WE. initAndStartGame(LoadingScreen customLoadingScreen, Controller controller, GameView view)
Initialize the main game with you custom controller and view.static void
WE. switchSetup(Controller controller, GameView view)
static void
WE. switchSetupWithInit(Controller controller, GameView view)
Use different controller and views, which reinitializes them. -
Uses of Controller in com.bombinggames.wurfelengine.core
Methods in com.bombinggames.wurfelengine.core that return Controller Modifier and Type Method Description Controller
GameplayScreen. getController()
Controller
GameView. getController()
Methods in com.bombinggames.wurfelengine.core with parameters of type Controller Modifier and Type Method Description void
GameView. init(Controller controller, GameView oldView)
Loades some files and set up everything when the engine is running.void
GameplayScreen. setController(Controller controller)
Constructors in com.bombinggames.wurfelengine.core with parameters of type Controller Constructor Description GameplayScreen(Controller controller, GameView view)
Create the gameplay state. -
Uses of Controller in com.bombinggames.wurfelengine.extension.basicmainmenu
Methods in com.bombinggames.wurfelengine.extension.basicmainmenu that return types with arguments of type Controller Modifier and Type Method Description java.lang.Class<? extends Controller>
BasicMenuItem. getGameController()
Methods in com.bombinggames.wurfelengine.extension.basicmainmenu with parameters of type Controller Modifier and Type Method Description void
GameViewWithCamera. init(Controller controller, GameView oldView)
Constructor parameters in com.bombinggames.wurfelengine.extension.basicmainmenu with type arguments of type Controller Constructor Description BasicMenuItem(int index, java.lang.String label, java.lang.Class<? extends Controller> gameController, java.lang.Class<? extends GameView> gameView)
Create a new menu Item which can launch a game. -
Uses of Controller in com.bombinggames.wurfelengine.mapeditor
Methods in com.bombinggames.wurfelengine.mapeditor with parameters of type Controller Modifier and Type Method Description void
EditorView. init(Controller controller, GameView oldView)
-