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