Uses of Class
net.minecraft.network.protocol.game.ClientboundMoveVehiclePacket
Packages that use ClientboundMoveVehiclePacket
-
Uses of ClientboundMoveVehiclePacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundMoveVehiclePacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleMoveVehicle
(ClientboundMoveVehiclePacket p_105038_) -
Uses of ClientboundMoveVehiclePacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundMoveVehiclePacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundMoveVehiclePacket> GamePacketTypes.CLIENTBOUND_MOVE_VEHICLE
static final StreamCodec
<FriendlyByteBuf, ClientboundMoveVehiclePacket> ClientboundMoveVehiclePacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundMoveVehiclePacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundMoveVehiclePacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleMoveVehicle
(ClientboundMoveVehiclePacket p_131407_)