Uses of Class
org.vrspace.server.core.WorldManager
Packages that use WorldManager
-
Uses of WorldManager in org.vrspace.server.core
Constructors in org.vrspace.server.core with parameters of type WorldManagerModifierConstructorDescriptionScene(WorldManager world, Client client) Creates new Scene for Client client, with SceneProperties of the client.WorldFactory(WorldManager worldManager) -
Uses of WorldManager in org.vrspace.server.dto
Methods in org.vrspace.server.dto with parameters of type WorldManagerModifier and TypeMethodDescriptionActivate.execute(WorldManager worldManager, Client client) Add.execute(WorldManager world, Client client) Add objects to the world and to the scene scene, returns List of object identifiers (classname+id pairs).Command.execute(WorldManager worldManager, Client client) Data.execute(WorldManager worldManager, Client client) Describe.execute(WorldManager world, Client client) Echo.execute(WorldManager world, Client client) Enter.execute(WorldManager manager, Client client) Game.execute(WorldManager worldManager, Client client) Group.execute(WorldManager worldManager, Client client) Log.execute(WorldManager manager, Client client) Ping.execute(WorldManager manager, Client client) Recording.execute(WorldManager worldManager, Client client) Refresh.execute(WorldManager world, Client client) Remove.execute(WorldManager world, Client client) Session.execute(WorldManager manager, Client client) SetToken.execute(WorldManager worldManager, Client client) StreamingSession.execute(WorldManager manager, Client client) static EventRecorderRecording.getRecorder(WorldManager worldManager, Client client, String name) -
Uses of WorldManager in org.vrspace.server.obj
Methods in org.vrspace.server.obj that return WorldManagerModifier and TypeMethodDescriptionBot.getWorldManager()Passed to the Bot on creation, as Bots may need access to the database or other WorldManager methodsMethods in org.vrspace.server.obj with parameters of type WorldManagerModifier and TypeMethodDescriptionintClient.createScene(WorldManager wm) Create client's scene, called by WorldManager during login process, startSession() specifically.intUser.createScene(WorldManager wm) User does have a Scene, with filter that removes all offline clients.booleanServerWorld.enter(Client client, WorldManager wm) booleanWorld.enter(Client c, WorldManager wm) Called when client enters the world.voidServerWorld.exit(Client client, WorldManager wm) voidWorld.exit(Client c, WorldManager wm) Called after client exits the world.voidEventRecorder.init(WorldManager worldManager, Client client) voidBot.setWorldManager(WorldManager worldManager) Passed to the Bot on creation, as Bots may need access to the database or other WorldManager methodsConstructors in org.vrspace.server.obj with parameters of type WorldManagerModifierConstructorDescriptionEventRecorder(WorldManager worldManager, Client client, String name)