|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvooga.arcade.listeners.arcadeListeners.ArcadeEventAdapter
vooga.levelEditor.LevelEditor
public class LevelEditor
Container for the API used to start the level editor.
Constructor Summary | |
---|---|
LevelEditor(IVoogaGUI gui)
|
Method Summary | |
---|---|
void |
startArcade(StartArcadeEvent event)
Contains actions performed with the StartArcadeEvent is fired. |
static void |
startLevelEditor(java.lang.Class<? extends Editable> gameClass)
Starts a new instance of the level editor. |
Methods inherited from class vooga.arcade.listeners.arcadeListeners.ArcadeEventAdapter |
---|
closeMultiplayerLobby, endArcade, endGame, endMultiplayerGame, receiveArcadeEvent, selectGame, startGame, startLogin, startMultiplayerGame, startMultiplayerLobby |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LevelEditor(IVoogaGUI gui)
Method Detail |
---|
public void startArcade(StartArcadeEvent event)
IArcadeEventListener
startArcade
in interface IArcadeEventListener
startArcade
in class ArcadeEventAdapter
public static void startLevelEditor(java.lang.Class<? extends Editable> gameClass)
gameClass
- The game whose levels are to be edited.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |