public class MultiplicityClient extends JMEAppRoot implements IQueueOwner
Modifier and Type | Field and Description |
---|---|
static com.jme3.asset.AssetManager |
assetManager
The asset manager.
|
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
static MultiplicityClient |
get()
Gets the.
|
java.io.File |
getHomeDirectoryForApp(IMultiplicityApp app,
boolean shouldCreateIfDoesNotExist)
Gets the home directory for app.
|
static com.jme3.asset.AssetManager |
getSharedAssetManager()
Gets the shared asset manager.
|
void |
handleError(java.lang.String errMsg,
java.lang.Throwable t) |
void |
setCurrentApp(IMultiplicityApp app)
Sets the current app.
|
void |
simpleInitApp()
Simple init app.
|
void |
simpleUpdate(float tpf)
Simple update.
|
getGuiNode, getRootNode, initialize, loadFPSText, loadStatsView, simpleRender, start, update
createCanvas, enqueue, gainFocus, getAssetManager, getAudioRenderer, getCamera, getContext, getGuiViewPort, getInputManager, getListener, getRenderer, getRenderManager, getStateManager, getViewPort, isPauseOnLostFocus, loseFocus, requestClose, reshape, restart, setAssetManager, setPauseOnLostFocus, setSettings, start, startCanvas, startCanvas, stop, stop
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
enqueue
public static MultiplicityClient get()
public static com.jme3.asset.AssetManager getSharedAssetManager()
public void destroy()
destroy
in interface com.jme3.system.SystemListener
destroy
in class com.jme3.app.Application
public java.io.File getHomeDirectoryForApp(IMultiplicityApp app, boolean shouldCreateIfDoesNotExist)
app
- the appshouldCreateIfDoesNotExist
- the should create if does not existpublic void handleError(java.lang.String errMsg, java.lang.Throwable t)
handleError
in interface com.jme3.system.SystemListener
handleError
in class com.jme3.app.Application
public void setCurrentApp(IMultiplicityApp app)
app
- the new current apppublic void simpleInitApp()
JMEAppRoot
simpleInitApp
in class JMEAppRoot
public void simpleUpdate(float tpf)
JMEAppRoot
simpleUpdate
in class JMEAppRoot
tpf
- the tpf