Uses of Class
za.co.wethinkcode.robots.server.config.WorldConfig
Packages that use WorldConfig
Package
Description
Parent module for the server of the Robot World game
Classes and submodules in this module are responsible for configuring the server
This module contains classes required for rendering the server UI
Classes and submodules in this module encapsulate all functionality of the world
-
Uses of WorldConfig in za.co.wethinkcode.robots.server
Constructors in za.co.wethinkcode.robots.server with parameters of type WorldConfigModifierConstructorDescriptionServer(WorldConfig config, World world, String ipAddress) The standard constructor of a new Server -
Uses of WorldConfig in za.co.wethinkcode.robots.server.config
Methods in za.co.wethinkcode.robots.server.config that return WorldConfig -
Uses of WorldConfig in za.co.wethinkcode.robots.server.rendering
Methods in za.co.wethinkcode.robots.server.rendering with parameters of type WorldConfigModifier and TypeMethodDescriptionstatic voidServerRenderer.connectToServerTicket(WorldConfig config, String ipAddress) Renders the connect to server ticket display based on an IP address invalid input: '&' config -
Uses of WorldConfig in za.co.wethinkcode.robots.server.world
Constructors in za.co.wethinkcode.robots.server.world with parameters of type WorldConfig