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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean@NonNull ClientinthashCode()voidvoidsetPermanents(@NonNull Set<VRObject> permanents) voidsetTimestamp(LocalDateTime timestamp) toString()
-
Constructor Details
-
Welcome
-
Welcome
public Welcome() -
Welcome
-
-
Method Details