Uses of Class
za.co.wethinkcode.robots.server.Server
Packages that use Server
Package
Description
Parent module for the server of the Robot World game
-
Uses of Server in za.co.wethinkcode.robots.server
Methods in za.co.wethinkcode.robots.server that return ServerModifier and TypeMethodDescriptionstatic ServerStatic style configuration stage for setting up a server.static ServerServer.newServerWithoutWebApi(String[] args) Builds a Server same way newServer(args) does, but without aHTTP_API_Runtimeweb server attached.