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 TypeMethodDescriptionvoidClientPacketListener.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_VEHICLEstatic final StreamCodec<FriendlyByteBuf, ClientboundMoveVehiclePacket> ClientboundMoveVehiclePacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientGamePacketListener.handleMoveVehicle(ClientboundMoveVehiclePacket p_131407_)