net.minecraft.network.packet.s2c.play

public class AddEntityS2CPacket

implements Packet<ClientPlayPacketHandler>

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

Field summary

Modifier and TypeField
private int
a
field_8519
id
field_149018_a
entityId
private UUID
b
field_13725
uuid
field_186883_b
uniqueId
private double
c
field_13726
x
field_149016_b
x
private double
d
field_13727
y
field_149017_c
y
private double
e
field_13728
z
field_149014_d
z
private int
f
field_8523
velocityX
field_149015_e
speedX
private int
g
field_8524
velocityY
field_149012_f
speedY
private int
h
field_8525
velocityZ
field_149013_g
speedZ
private int
i
field_8526
pitch
field_149021_h
pitch
private int
j
field_8527
yaw
field_149022_i
yaw
private int
k
field_8528
type
field_149019_j
type
private int
l
field_8529
data
field_149020_k
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)
method_7535(class_1967 arg0)
read(PacketByteBuf arg0)
func_148837_a(PacketBuffer arg0)
readPacketData(PacketBuffer arg0)
public void
b(gy arg0)
method_7539(class_1967 arg0)
write(PacketByteBuf arg0)
func_148840_b(PacketBuffer arg0)
writePacketData(PacketBuffer arg0)
public void
a(hw arg0)
method_7610(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
func_148833_a(INetHandlerPlayClient arg0)
processPacket(INetHandlerPlayClient handler)
public void
a(int arg0)
method_7615(int arg0)
setVelocityX(int velocityX)
func_149003_d(int arg0)
setSpeedX(int newSpeedX)
public void
b(int arg0)
method_7617(int arg0)
setVelocityY(int velocityY)
func_149000_e(int arg0)
setSpeedY(int newSpeedY)
public void
c(int arg0)
method_7619(int arg0)
setVelocityZ(int velocityZ)
func_149007_f(int arg0)
setSpeedZ(int newSpeedZ)
public int
a()
method_7612()
getId()
func_149001_c()
getEntityID()
public UUID
b()
method_12613()
getUuid()
func_186879_b()
getUniqueId()
public double
c()
method_12614()
getX()
func_186880_c()
getX()
public double
d()
method_12615()
getY()
func_186882_d()
getY()
public double
e()
method_12616()
getZ()
func_186881_e()
getZ()
public int
f()
method_7620()
getVelocityX()
func_149010_g()
getSpeedX()
public int
g()
method_7622()
getVelocityY()
func_149004_h()
getSpeedY()
public int
h()
method_7623()
getVelocityZ()
func_148999_i()
getSpeedZ()
public int
i()
method_7624()
getPitch()
func_149008_j()
getPitch()
public int
j()
method_7625()
getYaw()
func_149006_k()
getYaw()
public int
k()
method_7626()
getType()
func_148993_l()
getType()
public int
l()
method_7627()
getData()
func_149009_m()
getData()
public void
d(int arg0)
method_7621(int arg0)
setData(int data)
func_149002_g(int arg0)
setData(int dataIn)