| Package | Description |
|---|---|
| com.nukkitx.protocol.bedrock.data.entity |
| Modifier and Type | Method and Description |
|---|---|
static EntityLinkData.Type |
EntityLinkData.Type.byId(int id) |
static EntityLinkData.Type |
EntityLinkData.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityLinkData.Type[] |
EntityLinkData.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EntityLinkData(long from,
long to,
EntityLinkData.Type type,
boolean immediate)
Deprecated.
|
Copyright © 2018–2022 NukkitX. All rights reserved.