public class ProfileProperty extends Object
PlayerProfile| Constructor | Description |
|---|---|
ProfileProperty(@NotNull String name,
@NotNull String value) |
|
ProfileProperty(@NotNull String name,
@NotNull String value,
@Nullable String signature) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
@NotNull String |
getName() |
|
@Nullable String |
getSignature() |
|
@NotNull String |
getValue() |
|
int |
hashCode() |
|
boolean |
isSigned() |
public ProfileProperty(@NotNull
@NotNull String name,
@NotNull
@NotNull String value)
@NotNull public @NotNull String getName()
@NotNull public @NotNull String getValue()
@Nullable public @Nullable String getSignature()
public boolean isSigned()
Copyright © 2020. All rights reserved.