Package org.vrspace.server.dto
Class Welcome
java.lang.Object
org.vrspace.server.dto.Welcome
Welcome message is first one sent once the client enters a world. Contains
current Client object, used by the client to identify itself. Optionally it
also contains list of permanent objects.
- Author:
- joe
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
@NonNull Client
int
hashCode()
void
void
setPermanents
(@NonNull Set<VRObject> permanents) void
setTimestamp
(LocalDateTime timestamp) toString()
-
Constructor Details
-
Welcome
-
Welcome
public Welcome() -
Welcome
-
-
Method Details