Uses of Class
de.extio.spacecraft.shared.client.EngineFacade
-
Packages that use EngineFacade Package Description de.extio.spacecraft.shared.client Managers and business objects related to the game client. -
-
Uses of EngineFacade in de.extio.spacecraft.shared.client
Fields in de.extio.spacecraft.shared.client declared as EngineFacade Modifier and Type Field Description protected static EngineFacade
EngineFacade. INSTANCE
Methods in de.extio.spacecraft.shared.client that return EngineFacade Modifier and Type Method Description static EngineFacade
EngineFacade. instance()
EngineFacade is a singleton, use this method to access the facadestatic EngineFacade
EngineFacade. instance(boolean checkContext)
EngineFacade is a singleton, use this method to access the facade
-