Package api.client.mojapi
Class ProfileUtils
java.lang.Object
api.client.mojapi.ProfileUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddFakeProfile(UserProfile profile) Internal use only.static StringfixUuidString(String shortUuidString) Fixes mojank.static Optional<UserProfile>getUserProfile(String username, boolean immediate) static voidremoveUserProfile(String username)
-
Field Details
-
SKIN_TEST_USERNAME
- See Also:
-
IS_SKIN_TEST_MODE
public static final boolean IS_SKIN_TEST_MODE- See Also:
-
-
Constructor Details
-
ProfileUtils
public ProfileUtils()
-
-
Method Details
-
getUserProfile
-
removeUserProfile
-
addFakeProfile
Internal use only. Used to add fake user profiles when none are found on skin lookup. -
fixUuidString
Fixes mojank. Src: https://stackoverflow.com/a/32592722
-