| Package | Description |
|---|---|
| com.github.steveice10.mc.protocol.data.game.entity.type.object | |
| com.github.steveice10.mc.protocol.packet.ingame.server.entity.spawn |
| Modifier and Type | Class and Description |
|---|---|
class |
FallingBlockData |
class |
HangingDirection |
class |
MinecartType |
class |
ProjectileData |
class |
SplashPotionData |
| Modifier and Type | Method and Description |
|---|---|
ObjectData |
ServerSpawnObjectPacket.getData() |
| Constructor and Description |
|---|
ServerSpawnObjectPacket(int entityId,
UUID uuid,
ObjectType type,
ObjectData data,
double x,
double y,
double z,
float yaw,
float pitch) |
ServerSpawnObjectPacket(int entityId,
UUID uuid,
ObjectType type,
ObjectData data,
double x,
double y,
double z,
float yaw,
float pitch,
double motX,
double motY,
double motZ) |
Copyright © 2020. All rights reserved.