net.minecraft.network.packet.s2c.play

public class AddEntityS2CPacket

implements Packet<ClientPlayPacketHandler>

fn
net.minecraft.class_1994
net.minecraft.network.packet.s2c.play.AddEntityS2CPacket
net.minecraft.network.play.server.SPacketSpawnObject

Field summary

Modifier and TypeField
private int
a
field_8519
id
entityId
private UUID
b
field_13725
uuid
uniqueId
private double
c
field_13726
x
x
private double
d
field_13727
y
y
private double
e
field_13728
z
z
private int
f
field_8523
velocityX
speedX
private int
g
field_8524
velocityY
speedY
private int
h
field_8525
velocityZ
speedZ
private int
i
field_8526
pitch
pitch
private int
j
field_8527
yaw
yaw
private int
k
field_8528
type
type
private int
l
field_8529
data
data

Constructor summary

ModifierConstructor
public ()
public (Entity entity, int type)
public (Entity entity, int type, int data)
public (Entity entity, int type, int data, BlockPos pos)

Method summary

Modifier and TypeMethod
public void
a(eq arg0)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
readPacketData(PacketBuffer arg0)
public void
b(eq arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
writePacketData(PacketBuffer arg0)
public void
a(fm arg0)
method_7610(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
processPacket(INetHandlerPlayClient handler)
public void
a(int arg0)
method_7615(int arg0)
setVelocityX(int velocityX)
setSpeedX(int newSpeedX)
public void
b(int arg0)
method_7617(int arg0)
setVelocityY(int velocityY)
setSpeedY(int newSpeedY)
public void
c(int arg0)
method_7619(int arg0)
setVelocityZ(int velocityZ)
setSpeedZ(int newSpeedZ)
public int
a()
method_7612()
getId()
getEntityID()
public UUID
b()
method_12613()
getUuid()
getUniqueId()
public double
c()
method_12614()
getX()
getX()
public double
d()
method_12615()
getY()
getY()
public double
e()
method_12616()
getZ()
getZ()
public int
f()
method_7620()
getVelocityX()
getSpeedX()
public int
g()
method_7622()
getVelocityY()
getSpeedY()
public int
h()
method_7623()
getVelocityZ()
getSpeedZ()
public int
i()
method_7624()
getPitch()
getPitch()
public int
j()
method_7625()
getYaw()
getYaw()
public int
k()
method_7626()
getType()
getType()
public int
l()
method_7627()
getData()
getData()
public void
d(int arg0)
method_7621(int arg0)
setData(int data)
setData(int dataIn)