Package org.vrspace.server.dto
Class Remove
java.lang.Object
org.vrspace.server.dto.Remove
- All Implemented Interfaces:
Command,SceneChange
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanexecute(WorldManager world, Client client) List of objects identifiers (class name + id pairs) to removeinthashCode()next()removeObject(VRObject obj) voidsetIterator(Iterator<Map<String, String>> iterator) voidsetObjects(List<Map<String, String>> 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
-