net.minecraft.network.packet.s2c.play

public class AddEntityS2CPacket

implements Packet<ClientPlayPacketHandler>

ke
net.minecraft.class_2604
net.minecraft.network.packet.s2c.play.AddEntityS2CPacket
net.minecraft.network.play.server.SSpawnObjectPacket
net.minecraft.network.play.server.SSpawnObjectPacket

Field summary

Modifier and TypeField
private int
a
field_11953
id
field_149018_a
entityId
private UUID
b
field_11952
uuid
field_186883_b
uniqueId
private double
c
field_11948
x
field_149016_b
x
private double
d
field_11946
y
field_149017_c
y
private double
e
field_11956
z
field_149014_d
z
private int
f
field_11951
velocityX
field_149015_e
speedX
private int
g
field_11950
velocityY
field_149012_f
speedY
private int
h
field_11949
velocityZ
field_149013_g
speedZ
private int
i
field_11947
pitch
field_149021_h
pitch
private int
j
field_11957
yaw
field_149022_i
yaw
private EntityType<?>
k
field_11955
type
field_149019_j
type
private int
l
field_11954
data
field_149020_k
data

Constructor summary

ModifierConstructor
public ()
public (int arg0, UUID arg1, double arg2, double arg3, double arg4, float arg5, float arg6, EntityType<?> arg7, int arg8, Vec3d arg9)
public (Entity arg0)
public (Entity entity, int type)
public (Entity arg0, EntityType<?> arg1, int arg2, BlockPos arg3)

Method summary

Modifier and TypeMethod
public void
a(jc arg0)
method_11053(class_2540 arg0)
read(PacketByteBuf arg0)
func_148837_a(PacketBuffer arg0)
readPacketData(PacketBuffer arg0)
public void
b(jc arg0)
method_11052(class_2540 arg0)
write(PacketByteBuf arg0)
func_148840_b(PacketBuffer arg0)
writePacketData(PacketBuffer arg0)
public void
a(kd arg0)
method_11178(class_2602 arg0)
handle(ClientPlayPacketHandler handler)
func_148833_a(IClientPlayNetHandler arg0)
processPacket(IClientPlayNetHandler handler)
public int
b()
method_11167()
getId()
func_149001_c()
getEntityID()
public UUID
c()
method_11164()
getUuid()
func_186879_b()
getUniqueId()
public double
d()
method_11175()
getX()
func_186880_c()
getX()
public double
e()
method_11174()
getY()
func_186882_d()
getY()
public double
f()
method_11176()
getZ()
func_186881_e()
getZ()
public double
g()
method_11170()
getVelocityX()
func_218693_g()
func_218693_g()
public double
h()
method_11172()
getVelocityY()
func_218695_h()
func_218695_h()
public double
i()
method_11173()
getVelocityZ()
func_218692_i()
func_218692_i()
public int
j()
method_11171()
getPitch()
func_149008_j()
getPitch()
public int
k()
method_11168()
getYaw()
func_149006_k()
getYaw()
public EntityType<?>
l()
method_11169()
getType()
func_218694_l()
getType()
public int
m()
method_11166()
getData()
func_149009_m()
getData()