Uses of Class
za.co.wethinkcode.robots.server.config.WorldConfig
Packages that use WorldConfig
Package
Description
Classes in this package encapsulate interactions with the Robot Worlds Server CLI
This module contains classes required for rendering the server UI
Parent module for the server of the Robot World game
Classes and submodules in this module are responsible for configuring the server
Classes and submodules in this module encapsulate all functionality of the world
This package encapsulates all the behavior relevant to the web api layer
-
Uses of WorldConfig in za.co.wethinkcode.robots.cli
Methods in za.co.wethinkcode.robots.cli with parameters of type WorldConfig -
Uses of WorldConfig in za.co.wethinkcode.robots.rendering
Methods in za.co.wethinkcode.robots.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: '&' configstatic StringServerRenderer.formatConnectToServerTicker(WorldConfig config, String ipAddress) -
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) 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 WorldConfigModifier and TypeMethodDescriptionstatic WorldConfigConfigLoader.loadConfig(String filePath) WorldConfig.setCustomObstacles(List<Position> customObstacles) WorldConfig.setPort(int port) WorldConfig.setWorldSize(int worldSize) -
Uses of WorldConfig in za.co.wethinkcode.robots.server.world
Methods in za.co.wethinkcode.robots.server.world that return WorldConfigConstructors in za.co.wethinkcode.robots.server.world with parameters of type WorldConfigModifierConstructorDescriptionWorld(WorldConfig config) Most common constructor for a world from aWorldConfig -
Uses of WorldConfig in za.co.wethinkcode.robots.webapi
Constructors in za.co.wethinkcode.robots.webapi with parameters of type WorldConfigModifierConstructorDescriptionHTTP_API_Runtime(WorldConfig config, World world, WorldRepository repository) WorldApiServer(WorldConfig worldConfig, World world, WorldRepository repository)