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