Uses of Class
org.vrspace.server.obj.World
Packages that use World
-
Uses of World in org.vrspace.server.api
Methods in org.vrspace.server.api that return types with arguments of type World -
Uses of World in org.vrspace.server.core
Methods in org.vrspace.server.core that return WorldModifier and TypeMethodDescriptionWorldManager.defaultWorld()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 WorldModifier and TypeMethodDescriptiondefault voidVRObjectRepository.deleteWorld(World world) voidDisconnect a client from an existing session, and create a new session for a 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 with parameters of type WorldConstructors in org.vrspace.server.obj with parameters of type World