Uses of Class
net.minecraft.network.protocol.game.ClientboundPlayerPositionPacket
Packages that use ClientboundPlayerPositionPacket
-
Uses of ClientboundPlayerPositionPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundPlayerPositionPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleMovePlayer
(ClientboundPlayerPositionPacket p_105056_) -
Uses of ClientboundPlayerPositionPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundPlayerPositionPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundPlayerPositionPacket> GamePacketTypes.CLIENTBOUND_PLAYER_POSITION
static final StreamCodec
<FriendlyByteBuf, ClientboundPlayerPositionPacket> ClientboundPlayerPositionPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundPlayerPositionPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundPlayerPositionPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleMovePlayer
(ClientboundPlayerPositionPacket p_131416_)