net.minecraft.network.packet.s2c.play

public class AddEntityS2CPacket

implements Packet<ClientPlayPacketHandler>

hx
net.minecraft.unmapped.C_03408293
net.minecraft.network.packet.s2c.play.AddEntityS2CPacket

Field summary

Modifier and TypeField
private int
a
f_14056548
id
private UUID
b
f_52731992
uuid
private double
c
f_88038645
x
private double
d
f_19120518
y
private double
e
f_24941349
z
private int
f
f_58040885
velocityX
private int
g
f_05134029
velocityY
private int
h
f_04844795
velocityZ
private int
i
f_09916594
pitch
private int
j
f_10517932
yaw
private int
k
f_31315440
type
private int
l
f_45421313
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(gy arg0)
m_13296744(C_04635774 arg0)
read(PacketByteBuf arg0)
public void
b(gy arg0)
m_17566769(C_04635774 arg0)
write(PacketByteBuf arg0)
public void
a(hw arg0)
m_81648366(C_23730550 arg0)
handle(ClientPlayPacketHandler handler)
public void
a(int arg0)
m_43857669(int arg0)
setVelocityX(int velocityX)
public void
b(int arg0)
m_78432490(int arg0)
setVelocityY(int velocityY)
public void
c(int arg0)
m_00283291(int arg0)
setVelocityZ(int velocityZ)
public int
a()
m_65361835()
getId()
public UUID
b()
m_89731004()
getUuid()
public double
c()
m_01683200()
getX()
public double
d()
m_61282253()
getY()
public double
e()
m_92750704()
getZ()
public int
f()
m_44055137()
getVelocityX()
public int
g()
m_14014030()
getVelocityY()
public int
h()
m_07254734()
getVelocityZ()
public int
i()
m_42133119()
getPitch()
public int
j()
m_42153612()
getYaw()
public int
k()
m_69985664()
getType()
public int
l()
m_77181599()
getData()
public void
d(int arg0)
m_15210456(int arg0)
setData(int data)