net.minecraft.network.packet.s2c.play

public class AddMobS2CPacket

implements Packet<ClientPlayPacketHandler>

fq
net.minecraft.class_1997
net.minecraft.network.packet.s2c.play.AddMobS2CPacket
net.minecraft.network.play.server.SPacketSpawnMob

Field summary

Modifier and TypeField
private int
a
field_8540
id
entityId
private UUID
b
field_13735
uuid
uniqueId
private int
c
field_8541
type
type
private double
d
field_13736
x
x
private double
e
field_13737
y
y
private double
f
field_13738
z
z
private int
g
field_8545
velocityX
velocityX
private int
h
field_8546
velocityY
velocityY
private int
i
field_8547
velocityZ
velocityZ
private byte
j
field_8548
yaw
yaw
private byte
k
field_8549
pitch
pitch
private byte
l
field_8550
headYaw
headPitch
private SyncedData
m
field_8551
syncedData
dataManager
private List<SyncedData$Entry<?>>
n
field_8552
dataEntries
dataManagerEntries

Constructor summary

ModifierConstructor
public ()
public (LivingEntity entity)

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_7640(class_1993 arg0)
handle(ClientPlayPacketHandler handler)
processPacket(INetHandlerPlayClient handler)
public List<SyncedData$Entry<?>>
a()
method_7641()
getDataEntries()
getDataManagerEntries()
public int
b()
method_7642()
getId()
getEntityID()
public UUID
c()
method_12623()
getUuid()
getUniqueId()
public int
d()
method_7643()
getType()
getEntityType()
public double
e()
method_12624()
getX()
getX()
public double
f()
method_12625()
getY()
getY()
public double
g()
method_12626()
getZ()
getZ()
public int
h()
method_7647()
getVelocityX()
getVelocityX()
public int
i()
method_7648()
getVelocityY()
getVelocityY()
public int
j()
method_7649()
getVelocityZ()
getVelocityZ()
public byte
k()
method_7650()
getYaw()
getYaw()
public byte
l()
method_7651()
getPitch()
getPitch()
public byte
m()
method_7652()
getHeadYaw()
getHeadPitch()