Uses of Record Class
net.minecraft.network.packet.s2c.play.PlayerPositionLookS2CPacket
Packages that use PlayerPositionLookS2CPacket
Package
Description
-
Uses of PlayerPositionLookS2CPacket in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type PlayerPositionLookS2CPacketModifier and TypeMethodDescriptionvoid
ClientPlayNetworkHandler.onPlayerPositionLook
(PlayerPositionLookS2CPacket packet) -
Uses of PlayerPositionLookS2CPacket in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type PlayerPositionLookS2CPacketModifier and TypeMethodDescriptionvoid
ClientPlayPacketListener.onPlayerPositionLook
(PlayerPositionLookS2CPacket packet) -
Uses of PlayerPositionLookS2CPacket in net.minecraft.network.packet
Fields in net.minecraft.network.packet with type parameters of type PlayerPositionLookS2CPacketModifier and TypeFieldDescriptionstatic final PacketType
<PlayerPositionLookS2CPacket> PlayPackets.PLAYER_POSITION
-
Uses of PlayerPositionLookS2CPacket in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type PlayerPositionLookS2CPacketModifier and TypeFieldDescriptionstatic final PacketCodec
<PacketByteBuf, PlayerPositionLookS2CPacket> PlayerPositionLookS2CPacket.CODEC
Methods in net.minecraft.network.packet.s2c.play that return PlayerPositionLookS2CPacketModifier and TypeMethodDescriptionstatic PlayerPositionLookS2CPacket
PlayerPositionLookS2CPacket.of
(int teleportId, PlayerPosition pos, Set<PositionFlag> flags) Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type PlayerPositionLookS2CPacket