Class UserProfile

java.lang.Object
api.client.mojapi.UserProfile

public class UserProfile extends Object
  • Constructor Details

    • UserProfile

      public UserProfile(UUID uuid, String username, boolean isSlim, @Nullable @Nullable String skinUrl, @Nullable @Nullable String capeUrl)
    • UserProfile

      public UserProfile()
      Errored profile. Implemented because (Concurrent)HashMaps cannot have null values.
  • Method Details

    • getUuid

      public UUID getUuid()
    • isSlim

      public boolean isSlim()
    • getSkinUrl

      @Nullable public @Nullable String getSkinUrl()
    • getCapeUrl

      @Nullable public @Nullable String getCapeUrl()
    • getUsername

      public String getUsername()
    • isErrored

      public boolean isErrored()