net.minecraft.network.protocol.game

public class ClientboundTeleportEntityPacket

implements Packet<ClientGamePacketListener>

wn
net.minecraft.network.protocol.game.ClientboundTeleportEntityPacket
net.minecraft.class_2777
net.minecraft.network.packet.s2c.play.EntityPositionS2CPacket
net.minecraft.src.C_5135_
net.minecraft.network.protocol.game.PacketPlayOutEntityTeleport

Field summary

Modifier and TypeField
private final int
a
id
field_12705
id
f_133529_
private final double
b
x
field_12703
x
f_133530_
private final double
c
y
field_12702
y
f_133531_
private final double
d
z
field_12701
z
f_133532_
private final byte
e
yRot
field_12707
yaw
f_133533_
private final byte
f
xRot
field_12706
pitch
f_133534_
private final boolean
g
onGround
field_12704
onGround
f_133535_

Constructor summary

ModifierConstructor
public (Entity entity)
public (FriendlyByteBuf buf)

Method summary

Modifier and TypeMethod
public void
a(qx arg0)
write(FriendlyByteBuf arg0)
method_11052(class_2540 arg0)
write(PacketByteBuf arg0)
m_5779_(C_4983_ arg0)
public void
a(sr arg0)
handle(ClientGamePacketListener arg0)
method_11922(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
m_5797_(C_5031_ arg0)
public int
b()
getId()
method_11916()
getId()
m_133545_()
public double
c()
getX()
method_11917()
getX()
m_133548_()
public double
d()
getY()
method_11919()
getY()
m_133549_()
public double
e()
getZ()
method_11918()
getZ()
m_133550_()
public byte
f()
getyRot()
method_11920()
getYaw()
m_133551_()
public byte
g()
getxRot()
method_11921()
getPitch()
m_133552_()
public boolean
h()
isOnGround()
method_11923()
isOnGround()
m_133553_()