Uses of Class
org.vrspace.server.obj.World
Packages that use World
Package
Description
-
Uses of World in org.vrspace.server.api
Methods in org.vrspace.server.api that return types with arguments of type WorldModifier and TypeMethodDescriptionWorlds.listAvailable()List worlds available on the server, ones found in the content/worlds directory, that can be created on demand.Worlds.listExisting()List worlds currently existing on the server, i.e. -
Uses of World in org.vrspace.server.connect
Methods in org.vrspace.server.connect that return WorldMethods in org.vrspace.server.connect with parameters of type World -
Uses of World in org.vrspace.server.core
Methods in org.vrspace.server.core that return WorldModifier and TypeMethodDescriptionprotected WorldWorldFactory.createWorld(String name) Used to create worlds on demand.WorldFactory.defaultWorld()Get the default world.WorldManager.getOrCreateWorld(String name) VRObjectRepository.getWorldByName(String name) Methods in org.vrspace.server.core that return types with arguments of type WorldMethods in org.vrspace.server.core with parameters of type World -
Uses of World in org.vrspace.server.obj
Subclasses of World in org.vrspace.server.objModifier and TypeClassDescriptionclassWorld in which all servers reside, created by WorldManager on startup.Methods in org.vrspace.server.obj that return WorldMethods in org.vrspace.server.obj with parameters of type WorldConstructors in org.vrspace.server.obj with parameters of type World