UserProfileHandler

public class UserProfileHandler

User profile handler.

Note: Call stop to release resources when done.

Since

5.12.0

Constructors

Link copied to clipboard
public void UserProfileHandler()

Properties

Link copied to clipboard
public final static DataKey<UserProfile> KEY_GET_MY_USER_PROFILE
Link copied to clipboard
public final static DataKey<UserProfile> KEY_GET_USER_PROFILE

Functions

Link copied to clipboard
public void getMyUserProfile()
Gets the current user's profile.
Link copied to clipboard
public void getUserProfile(String id)
Gets a user's profile.