Package org.vrspace.server.dto
Class Add
- java.lang.Object
-
- org.vrspace.server.dto.Add
-
-
Constructor Summary
Constructors Constructor Description Add(Collection<VRObject> objects)
Add(VRObject... objects)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Add
addObject(VRObject t)
ClientResponse
execute(WorldManager world, Client client)
-
-
-
Constructor Detail
-
Add
public Add(Collection<VRObject> objects)
-
Add
public Add(VRObject... objects)
-
-
Method Detail
-
execute
public ClientResponse execute(WorldManager world, Client client)
-
-