Class UserProfileHandler
-
- All Implemented Interfaces:
public class UserProfileHandlerUser profile handler.
Note: Call stop to release resources when done.
- Since:
5.12.0
-
-
Field Summary
Fields Modifier and Type Field Description public final static DataKey<UserProfile>KEY_GET_USER_PROFILEpublic final static DataKey<UserProfile>KEY_GET_MY_USER_PROFILE
-
Constructor Summary
Constructors Constructor Description UserProfileHandler()
-
Method Summary
Modifier and Type Method Description voidgetMyUserProfile()Gets the current user's profile. voidgetUserProfile(StringĀ id)Gets a user's profile. -
-
Method Detail
-
getMyUserProfile
void getMyUserProfile()
Gets the current user's profile.
-
getUserProfile
void getUserProfile(StringĀ id)
Gets a user's profile.
- Parameters:
id- the user ID
-
-
-
-