Package name.moore.kevin.ze.game
Interface iZodiacApp
- All Known Implementing Classes:
zodiac
public interface iZodiacApp
The extra functions added to the SimpleApplication to provide the specific
members and fields for zodiac.
- Author:
- Kevin Moore
<dev@kevin.moore.name>
-
Method Summary
Modifier and TypeMethodDescriptioncom.jme3.asset.AssetManagercom.google.common.eventbus.AsyncEventBuscom.jme3.renderer.RenderManagergetSetting(gameConfig.keys key)com.jme3.system.AppSettingscom.google.common.eventbus.AsyncEventBuscom.thoughtworks.xstream.XStream
-
Method Details
-
getGameBus
com.google.common.eventbus.AsyncEventBus getGameBus()- Returns:
- the bus distributing gameEvents
-
getWindowBus
com.google.common.eventbus.AsyncEventBus getWindowBus()- Returns:
- the bus distributing windowEvents
-
getXstream
com.thoughtworks.xstream.XStream getXstream()- Returns:
- prepared XStream object
-
getSettings
com.jme3.system.AppSettings getSettings()- Returns:
- JMonkeyEngine application settings
-
getSetting
- Parameters:
key- one of the gameConfig enums- Returns:
- a specific value from the application settings
-
getAssetManager
com.jme3.asset.AssetManager getAssetManager()- Returns:
- JMonkeyEngine assetManager
-
getRenderManager
com.jme3.renderer.RenderManager getRenderManager()
-