@Deprecated public class PropertyKey extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PropertyKey.Result
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static PropertyKey |
SKIN_UPLOADED
Deprecated.
Skin Uploaded returns a SkinData object containing the value and signature of the Skin
|
static PropertyKey |
SOCKET_ADDRESS
Deprecated.
Socket Address returns the InetSocketAddress of the Bedrock player
|
| Constructor and Description |
|---|
PropertyKey(String key,
boolean changeable,
boolean removable)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Deprecated.
|
PropertyKey.Result |
isAddAllowed(Object obj)
Deprecated.
|
boolean |
isChangeable()
Deprecated.
|
boolean |
isRemovable()
Deprecated.
|
public static final PropertyKey SOCKET_ADDRESS
public static final PropertyKey SKIN_UPLOADED
public PropertyKey(String key, boolean changeable, boolean removable)
public PropertyKey.Result isAddAllowed(Object obj)
public String getKey()
public boolean isChangeable()
public boolean isRemovable()