| Modifier and Type | Method and Description |
|---|---|
EntityMetadata[] |
ServerEntityMetadataPacket.getMetadata() |
| Constructor and Description |
|---|
ServerEntityMetadataPacket(int entityId,
EntityMetadata[] metadata) |
| Modifier and Type | Method and Description |
|---|---|
EntityMetadata[] |
ServerSpawnPlayerPacket.getMetadata() |
EntityMetadata[] |
ServerSpawnMobPacket.getMetadata() |
| Constructor and Description |
|---|
ServerSpawnMobPacket(int entityId,
UUID uuid,
MobType type,
double x,
double y,
double z,
float yaw,
float pitch,
float headYaw,
double motX,
double motY,
double motZ,
EntityMetadata[] metadata) |
ServerSpawnPlayerPacket(int entityId,
UUID uuid,
double x,
double y,
double z,
float yaw,
float pitch,
EntityMetadata[] metadata) |
| Modifier and Type | Method and Description |
|---|---|
static EntityMetadata[] |
NetUtil.readEntityMetadata(com.github.steveice10.packetlib.io.NetInput in) |
| Modifier and Type | Method and Description |
|---|---|
static void |
NetUtil.writeEntityMetadata(com.github.steveice10.packetlib.io.NetOutput out,
EntityMetadata[] metadata) |
Copyright © 2020. All rights reserved.