Uses of Record Class
net.minecraft.network.packet.s2c.play.PlayerPositionLookS2CPacket
Package
Description
-
Uses of PlayerPositionLookS2CPacket in net.minecraft.client.network
Modifier and TypeMethodDescriptionvoid
ClientPlayNetworkHandler.onPlayerPositionLook
(PlayerPositionLookS2CPacket packet) -
Uses of PlayerPositionLookS2CPacket in net.minecraft.network.listener
Modifier and TypeMethodDescriptionvoid
ClientPlayPacketListener.onPlayerPositionLook
(PlayerPositionLookS2CPacket packet) -
Uses of PlayerPositionLookS2CPacket in net.minecraft.network.packet
Modifier and TypeFieldDescriptionstatic final PacketType
<PlayerPositionLookS2CPacket> PlayPackets.PLAYER_POSITION
-
Uses of PlayerPositionLookS2CPacket in net.minecraft.network.packet.s2c.play
Modifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, PlayerPositionLookS2CPacket> PlayerPositionLookS2CPacket.CODEC
Modifier and TypeMethodDescriptionstatic PlayerPositionLookS2CPacket
PlayerPositionLookS2CPacket.of
(int teleportId, PlayerPosition pos, Set<PositionFlag> flags)