Class AbstractMainMenu
- java.lang.Object
-
- com.bombinggames.wurfelengine.core.WEScreen
-
- com.bombinggames.wurfelengine.core.AbstractMainMenu
-
- Direct Known Subclasses:
BasicMainMenu
public abstract class AbstractMainMenu extends WEScreen
The game state of the Main Menu.
-
-
Constructor Summary
Constructors Constructor Description AbstractMainMenu()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
init()
Use init like the constructor.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from class com.bombinggames.wurfelengine.core.WEScreen
addButton, enterSelection, getButtonAmount, getSelection, render, renderImpl, select
-
-