public class PlayerSpawnS2CPacket extends Object implements Packet<ClientPlayPacketListener>
Modifier and Type | Field and Description |
---|---|
private int |
id |
private byte |
pitch |
private UUID |
uuid |
private double |
x |
private double |
y |
private byte |
yaw |
private double |
z |
Constructor and Description |
---|
PlayerSpawnS2CPacket() |
PlayerSpawnS2CPacket(PlayerEntity player) |
Modifier and Type | Method and Description |
---|---|
void |
apply(ClientPlayPacketListener clientPlayPacketListener) |
int |
getId() |
byte |
getPitch() |
UUID |
getPlayerUuid() |
double |
getX() |
double |
getY() |
byte |
getYaw() |
double |
getZ() |
void |
read(PacketByteBuf buf) |
void |
write(PacketByteBuf buf) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isWritingErrorSkippable
private int id
private UUID uuid
private double x
private double y
private double z
private byte yaw
private byte pitch
public PlayerSpawnS2CPacket()
public PlayerSpawnS2CPacket(PlayerEntity player)
public void read(PacketByteBuf buf) throws IOException
read
in interface Packet<ClientPlayPacketListener>
IOException
public void write(PacketByteBuf buf) throws IOException
write
in interface Packet<ClientPlayPacketListener>
IOException
public void apply(ClientPlayPacketListener clientPlayPacketListener)
apply
in interface Packet<ClientPlayPacketListener>
@Environment(value=CLIENT) public int getId()
@Environment(value=CLIENT) public UUID getPlayerUuid()
@Environment(value=CLIENT) public double getX()
@Environment(value=CLIENT) public double getY()
@Environment(value=CLIENT) public double getZ()
@Environment(value=CLIENT) public byte getYaw()
@Environment(value=CLIENT) public byte getPitch()