Uses of Class
com.bombinggames.wurfelengine.core.WEScreen
-
Packages that use WEScreen Package Description com.bombinggames.wurfelengine com.bombinggames.wurfelengine.core com.bombinggames.wurfelengine.core.loading com.bombinggames.wurfelengine.extension.basicmainmenu This package provides a basic main menu to start a game instance. -
-
Uses of WEScreen in com.bombinggames.wurfelengine
Methods in com.bombinggames.wurfelengine with parameters of type WEScreen Modifier and Type Method Description static void
WE. setScreen(WEScreen screen)
Set a screen as active. -
Uses of WEScreen in com.bombinggames.wurfelengine.core
Subclasses of WEScreen in com.bombinggames.wurfelengine.core Modifier and Type Class Description class
AbstractMainMenu
The game state of the Main Menu.class
GameplayScreen
The GameplayScreen State. -
Uses of WEScreen in com.bombinggames.wurfelengine.core.loading
Subclasses of WEScreen in com.bombinggames.wurfelengine.core.loading Modifier and Type Class Description class
LoadingScreen
Class under public domain. -
Uses of WEScreen in com.bombinggames.wurfelengine.extension.basicmainmenu
Subclasses of WEScreen 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.
-