Uses of Record Class
nl.andrewl.concord_core.msg.types.UserData
Packages that use UserData
Package
Description
Contains all the various message types which can be sent between the server
and client.
-
Uses of UserData in nl.andrewl.concord_core.msg.types
Fields in nl.andrewl.concord_core.msg.types declared as UserDataModifier and TypeFieldDescriptionprivate final UserData[]
ServerUsers.users
The field for theusers
record component.Methods in nl.andrewl.concord_core.msg.types that return UserDataModifier and TypeMethodDescriptionUserData[]
ServerUsers.users()
Returns the value of theusers
record component.Constructors in nl.andrewl.concord_core.msg.types with parameters of type UserDataModifierConstructorDescriptionServerUsers
(UserData[] users) Creates an instance of aServerUsers
record class.