Uses of Class
za.co.wethinkcode.robots.server.persistence.SavedWorld
Packages that use SavedWorld
Package
Description
Classes and submodules in this module are responsible for configuring the server
Classes contained in this module encapsulate the behavior of the database
Classes and submodules in this module encapsulate all functionality of the world
-
Uses of SavedWorld in za.co.wethinkcode.robots.server.config
Constructors in za.co.wethinkcode.robots.server.config with parameters of type SavedWorldModifierConstructorDescriptionWorldConfig(SavedWorld saved) Build a world config from a saved world -
Uses of SavedWorld in za.co.wethinkcode.robots.server.persistence
Methods in za.co.wethinkcode.robots.server.persistence that return types with arguments of type SavedWorldModifier and TypeMethodDescriptionRestores a SavedWorld by looking up its most recent snapshot by name.Methods in za.co.wethinkcode.robots.server.persistence with parameters of type SavedWorldModifier and TypeMethodDescriptionvoidSqliteWorldRepository.save(SavedWorld world) Saves a full snapshot of the world into the database as a single transaction.voidWorldRepository.save(SavedWorld world) Saves a world snapshot, creating it if it doesn't already exist, or replacing the existing snapshot with the same name if it does. -
Uses of SavedWorld in za.co.wethinkcode.robots.server.world
Methods in za.co.wethinkcode.robots.server.world with parameters of type SavedWorldConstructors in za.co.wethinkcode.robots.server.world with parameters of type SavedWorldModifierConstructorDescriptionWorld(SavedWorld saved) Constructor a new world from aSavedWorldWorldMap(SavedWorld savedWorld) Create a new worldMap from a previously saved world