Package api.client.mojapi
Class UserProfile
java.lang.Object
api.client.mojapi.UserProfile
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionErrored profile.UserProfile(UUID uuid, String username, boolean isSlim, @Nullable String skinUrl, @Nullable String capeUrl) -
Method Summary
-
Constructor Details
-
UserProfile
-
UserProfile
public UserProfile()Errored profile. Implemented because (Concurrent)HashMaps cannot have null values.
-
-
Method Details
-
getUuid
-
isSlim
public boolean isSlim() -
getSkinUrl
-
getCapeUrl
-
getUsername
-
isErrored
public boolean isErrored()
-