public abstract class GameConfigurator extends Object
Clients that use the game configurator will want to instantiate one based on the class
returned from the GameConfig and then initialize it with a call to init(com.threerings.parlor.util.ParlorContext).
| Constructor and Description |
|---|
GameConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
GameConfig |
getGameConfig()
Obtains a configured game configuration.
|
void |
init(ParlorContext ctx)
Initializes this game configurator, creates its user interface elements and prepares it for
display.
|
void |
setGameConfig(GameConfig config)
Provides this configurator with its configuration.
|
public void init(ParlorContext ctx)
public void setGameConfig(GameConfig config)
public GameConfig getGameConfig()
Copyright © 2015. All rights reserved.