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 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

      String getSetting(gameConfig.keys key)
      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()