net.minecraft.network.protocol.game

public class ClientboundAddEntityPacket

implements Packet<ClientGamePacketListener>

po
net.minecraft.network.protocol.game.ClientboundAddEntityPacket
net.minecraft.class_2604
net.minecraft.unmapped.C_qdqrqwvy
net.minecraft.network.packet.s2c.play.EntitySpawnS2CPacket
net.minecraft.src.C_5032_
net.minecraft.network.protocol.game.PacketPlayOutSpawnEntity

Field summary

Modifier and TypeField
public static final double
a
MAGICAL_QUANTIZATION
field_33293
f_rqmtqosx
VELOCITY_SCALE
f_178559_
private final int
c
id
field_11953
f_kowczjmc
id
f_131456_
private final UUID
d
uuid
field_11952
f_kwowwrct
uuid
f_131457_
private final double
e
x
field_11948
f_xlaiyoug
x
f_131458_
private final double
f
y
field_11946
f_lqqudwcg
y
f_131459_
private final double
g
z
field_11956
f_nchuzcfc
z
f_131460_
private final int
h
xa
field_11951
f_ekznolth
velocityX
f_131461_
private final int
i
ya
field_11950
f_psufbmyd
velocityY
f_131462_
private final int
j
za
field_11949
f_xqxowqzw
velocityZ
f_131463_
private final int
k
xRot
field_11947
f_ychwgmry
pitch
f_131464_
private final int
l
yRot
field_11957
f_nrtinjtz
yaw
f_131465_
private final EntityType<?>
m
type
field_11955
f_gggjnoum
entityTypeId
f_131466_
private final int
n
data
field_11954
f_jhuwtxmp
entityData
f_131467_
public static final double
b
LIMIT
field_33294
f_qgviqmxo
MAX_ABSOLUTE_VELOCITY
f_178560_

Constructor summary

ModifierConstructor
public (int id, UUID uuid, double x, double y, double z, float pitch, float yaw, EntityType<?> entityTypeId, int entityData, Vec3 velocity)
public (Entity entity)
public (Entity entity, int entityData)
public (Entity entity, EntityType<?> entityType, int data, BlockPos pos)
public (FriendlyByteBuf buf)

Method summary

Modifier and TypeMethod
public void
a(og arg0)
write(FriendlyByteBuf arg0)
method_11052(class_2540 arg0)
m_pwnpydub(C_idfydwco arg0)
write(PacketByteBuf arg0)
m_5779_(C_4983_ arg0)
public void
a(pn arg0)
handle(ClientGamePacketListener arg0)
method_11178(class_2602 arg0)
m_zqaxjzbh(C_rbfddnlp arg0)
apply(ClientPlayPacketListener arg0)
m_5797_(C_5031_ arg0)
public int
b()
getId()
method_11167()
m_hiytiord()
getId()
m_131496_()
public UUID
c()
getUUID()
method_11164()
m_styxplpd()
getUuid()
m_131499_()
public double
d()
getX()
method_11175()
m_xsarompa()
getX()
m_131500_()
public double
e()
getY()
method_11174()
m_jakmcwyt()
getY()
m_131501_()
public double
f()
getZ()
method_11176()
m_ehruzepp()
getZ()
m_131502_()
public double
g()
getXa()
method_11170()
m_yuuzxpfv()
getVelocityX()
m_131503_()
public double
h()
getYa()
method_11172()
m_ddavmdyz()
getVelocityY()
m_131504_()
public double
i()
getZa()
method_11173()
m_uzfzswgf()
getVelocityZ()
m_131505_()
public int
j()
getxRot()
method_11171()
m_lmqxkadx()
getPitch()
m_131506_()
public int
k()
getyRot()
method_11168()
m_vzwmabeh()
getYaw()
m_131507_()
public EntityType<?>
l()
getType()
method_11169()
m_bmokgeik()
getEntityTypeId()
m_131508_()
public int
m()
getData()
method_11166()
m_xmjbzuey()
getEntityData()
m_131509_()