net.minecraft.network.protocol.game

public class ClientboundPlayerPositionPacket

implements Packet<ClientGamePacketListener>

rq
net.minecraft.network.protocol.game.ClientboundPlayerPositionPacket
net.minecraft.class_2708
net.minecraft.network.packet.s2c.play.PlayerPositionLookS2CPacket
net.minecraft.src.C_5096_
net.minecraft.network.protocol.game.PacketPlayOutPosition

Field summary

Modifier and TypeField
private final double
a
x
field_12395
x
f_132796_
private final double
b
y
field_12392
y
f_132797_
private final double
c
z
field_12390
z
f_132798_
private final float
d
yRot
field_12393
yaw
f_132799_
private final float
e
xRot
field_12391
pitch
f_132800_
private final Set<ClientboundPlayerPositionPacket$RelativeArgument>
f
relativeArguments
field_12396
flags
f_132801_
private final int
g
id
field_12394
teleportId
f_132802_
private final boolean
h
dismountVehicle
field_28805
shouldDismount
f_179147_

Constructor summary

ModifierConstructor
public (double x, double y, double z, float yaw, float pitch, Set<ClientboundPlayerPositionPacket$RelativeArgument> flags, int teleportId, boolean shouldDismount)
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_11740(class_2602 arg0)
apply(ClientPlayPacketListener arg0)
m_5797_(C_5031_ arg0)
public double
b()
getX()
method_11734()
getX()
m_132818_()
public double
c()
getY()
method_11735()
getY()
m_132821_()
public double
d()
getZ()
method_11738()
getZ()
m_132822_()
public float
e()
getYRot()
method_11736()
getYaw()
m_132823_()
public float
f()
getXRot()
method_11739()
getPitch()
m_132824_()
public int
g()
getId()
method_11737()
getTeleportId()
m_132825_()
public boolean
h()
requestDismountVehicle()
method_33718()
shouldDismount()
m_179159_()
public Set<ClientboundPlayerPositionPacket$RelativeArgument>
i()
getRelativeArguments()
method_11733()
getFlags()
m_132826_()