net.minecraft.network.protocol.game

public class ClientboundAddMobPacket

implements Packet<ClientGamePacketListener>

pq
net.minecraft.network.protocol.game.ClientboundAddMobPacket
net.minecraft.class_2610
net.minecraft.network.packet.s2c.play.MobSpawnS2CPacket
net.minecraft.src.C_5034_
net.minecraft.network.protocol.game.PacketPlayOutSpawnEntityLiving

Field summary

Modifier and TypeField
private final int
a
id
field_11996
id
f_131531_
private final UUID
b
uuid
field_11997
uuid
f_131532_
private final int
c
type
field_11995
entityTypeId
f_131533_
private final double
d
x
field_11990
x
f_131534_
private final double
e
y
field_12003
y
f_131535_
private final double
f
z
field_12002
z
f_131536_
private final int
g
xd
field_11993
velocityX
f_131537_
private final int
h
yd
field_11992
velocityY
f_131538_
private final int
i
zd
field_11991
velocityZ
f_131539_
private final byte
j
yRot
field_12000
yaw
f_131540_
private final byte
k
xRot
field_11999
pitch
f_131541_
private final byte
l
yHeadRot
field_11998
headYaw
f_131542_

Constructor summary

ModifierConstructor
public (LivingEntity entity)
public (FriendlyByteBuf buf)

Method summary

Modifier and TypeMethod
public void
a(og arg0)
write(FriendlyByteBuf arg0)
method_11052(class_2540 arg0)
write(PacketByteBuf arg0)
m_5779_(C_4983_ arg0)
public void
a(pn arg0)
handle(ClientGamePacketListener arg0)
method_11217(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
m_5797_(C_5031_ arg0)
public int
b()
getId()
method_11207()
getId()
m_131552_()
public UUID
c()
getUUID()
method_11213()
getUuid()
m_131555_()
public int
d()
getType()
method_11210()
getEntityTypeId()
m_131556_()
public double
e()
getX()
method_11214()
getX()
m_131557_()
public double
f()
getY()
method_11215()
getY()
m_131558_()
public double
g()
getZ()
method_11216()
getZ()
m_131559_()
public int
h()
getXd()
method_11212()
getVelocityX()
m_131560_()
public int
i()
getYd()
method_11211()
getVelocityY()
m_131561_()
public int
j()
getZd()
method_11209()
getVelocityZ()
m_131562_()
public byte
k()
getyRot()
method_11205()
getYaw()
m_131563_()
public byte
l()
getxRot()
method_11206()
getPitch()
m_131564_()
public byte
m()
getyHeadRot()
method_11204()
getHeadYaw()
m_131565_()