Package org.vrspace.server.dto
Class Remove
java.lang.Object
org.vrspace.server.dto.Remove
- All Implemented Interfaces:
Command
Remove object from the scene or world. This message is sent by the server
when objects are removed from the scene, i.e. no longer visible. But when
client sends the message, objects are removed from the world. JSON message
structure is the same in both cases.
- Author:
- joe
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
execute
(WorldManager world, Client client) List of objects identifiers (class name + id pairs) to removeint
hashCode()
next()
removeObject
(VRObject obj) void
setIterator
(Iterator<Map<String, Long>> iterator) void
setObjects
(List<Map<String, Long>> objects) List of objects identifiers (class name + id pairs) to removetoString()
-
Constructor Details
-
Remove
-
Remove
-
Remove
-
Remove
-
Remove
public Remove()
-
-
Method Details
-
removeObject
-
remove
-
execute
-
next
-
getObjects
List of objects identifiers (class name + id pairs) to remove -
getIterator
-
setObjects
List of objects identifiers (class name + id pairs) to remove -
setIterator
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-