| Constructor and Description |
|---|
ImmutableProfile(UUID uniqueId,
String name) |
ImmutableProfile(UUID uniqueId,
String name,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Optional<String> |
getName() |
long |
getTimestamp() |
UUID |
getUniqueId() |
int |
hashCode() |
String |
toString() |
public ImmutableProfile(@Nonnull UUID uniqueId, @Nullable String name, long timestamp)
@Nonnull public UUID getUniqueId()
getUniqueId in interface Profilepublic long getTimestamp()
getTimestamp in interface ProfileCopyright © 2017. All rights reserved.