Class ProfileUtils

java.lang.Object
api.client.mojapi.ProfileUtils

@Environment(CLIENT) public final class ProfileUtils extends Object
  • Field Details

  • Constructor Details

    • ProfileUtils

      public ProfileUtils()
  • Method Details

    • getUserProfile

      public static Optional<UserProfile> getUserProfile(String username, boolean immediate)
    • removeUserProfile

      public static void removeUserProfile(String username)
    • addFakeProfile

      @Internal public static void addFakeProfile(UserProfile profile)
      Internal use only. Used to add fake user profiles when none are found on skin lookup.
    • fixUuidString

      public static String fixUuidString(String shortUuidString)