public abstract class StageServer extends WhirledServer
| Modifier and Type | Class and Description |
|---|---|
static class |
StageServer.StageModule
Configures dependencies needed by the Stage services.
|
WhirledServer.WhirledModule| Modifier and Type | Field and Description |
|---|---|
com.threerings.resource.ResourceManager |
rsrcmgr
A resource manager with which we can load resources in the same manner that the client does
(for resources that are used on both the server and client).
|
static com.threerings.media.tile.TileManager |
tilemgr
Provides access to our tile repository.
|
| Constructor and Description |
|---|
StageServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(com.google.inject.Injector injector) |
public com.threerings.resource.ResourceManager rsrcmgr
public static com.threerings.media.tile.TileManager tilemgr
public void init(com.google.inject.Injector injector)
throws Exception
init in class WhirledServerExceptionCopyright © 2015. All rights reserved.