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 World -
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 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 World -
Uses of World in org.vrspace.server.obj
Subclasses of World in org.vrspace.server.objModifier and TypeClassDescriptionclass
World 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